EditorAnalyticsSessionInfo

class in UnityEditor

매뉴얼로 전환

설명

Accesses for EditorAnalytics session information.

This class contains static methods for looking up EditorAnalytics session information.

정적 변수

activeElapsedTimeReturns total time there was user iteraction in the Editor since the beginning of a session.
elapsedTimeReturns session time since startup of the Editor.
focusedElapsedTimeReturns total time the Editor was in focus since the beginning of a session.
idReturns session id used for tracking the Editor session.
playbackElapsedTimeReturns total time the Editor was in playmode since the beginning of a session.
userIdThe userId is random GUID and is persisted across Editor session.