Class AnalyticsSettings
Inherited Members
Namespace: UnityEditor.Analytics
Assembly: UnityEditor.dll
Syntax
public static class AnalyticsSettings
Properties
enabled
Declaration
public static bool enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
initializeOnStartup
Declaration
public static bool initializeOnStartup { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
testMode
Declaration
public static bool testMode { get; set; }
Property Value
Type | Description |
---|---|
Boolean |