Show / Hide Table of Contents

Class AnalyticsSettings

Inheritance
Object
AnalyticsSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX