Class EditorAnalyticsSessionInfo
Inheritance
EditorAnalyticsSessionInfo
Assembly: UnityEditor.dll
Syntax
public static class EditorAnalyticsSessionInfo
Properties
activeElapsedTime
Declaration
public static long activeElapsedTime { get; }
Property Value
elapsedTime
Declaration
public static long elapsedTime { get; }
Property Value
focusedElapsedTime
Declaration
public static long focusedElapsedTime { get; }
Property Value
id
Declaration
public static long id { get; }
Property Value
playbackElapsedTime
Declaration
public static long playbackElapsedTime { get; }
Property Value
sessionCount
Declaration
public static long sessionCount { get; }
Property Value
userId
Declaration
public static string userId { get; }
Property Value