Show / Hide Table of Contents

Class EditorAnalyticsSessionInfo

Inheritance
Object
EditorAnalyticsSessionInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class EditorAnalyticsSessionInfo

Properties

activeElapsedTime

Declaration
public static long activeElapsedTime { get; }
Property Value
Type Description
Int64

elapsedTime

Declaration
public static long elapsedTime { get; }
Property Value
Type Description
Int64

focusedElapsedTime

Declaration
public static long focusedElapsedTime { get; }
Property Value
Type Description
Int64

id

Declaration
public static long id { get; }
Property Value
Type Description
Int64

playbackElapsedTime

Declaration
public static long playbackElapsedTime { get; }
Property Value
Type Description
Int64

sessionCount

Declaration
public static long sessionCount { get; }
Property Value
Type Description
Int64

userId

Declaration
public static string userId { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX