class in UnityEditor
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides access to Editor Analytics session information.
This class contains static methods for looking up session information collected by the Editor Analytics system.
activeElapsedTime | The total time, in milliseconds, that the user interacted with the Editor since the beginning of the current session. |
elapsedTime | The length of the current session, in milliseconds. |
focusedElapsedTime | The total time, in milliseconds, that the Editor has been in focus during the current session. |
id | A random, unique GUID identifying the current Editor session. |
playbackElapsedTime | The total time, in milliseconds, that the Editor has been in playmode during the current session. |
sessionCount | The number of Editor sessions that have occurred since the current instance of the Unity Editor was installed. |
userId | A random GUID uniquely identifying an Editor installation. |