Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

StartTimestamp

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Timestamp types for ApplicationStartInfo startup data.

Use these values as keys in the IApplicationStartInfo.startupTimestamps dictionary.

Properties

Property Description
LaunchMirrors android:public static final int START_TIMESTAMP_LAUNCH.
ForkMirrors android:public static final int START_TIMESTAMP_FORK.
ApplicationOnCreateMirrors android:public static final int START_TIMESTAMP_APPLICATION_ONCREATE.
BindApplicationMirrors android:public static final int START_TIMESTAMP_BIND_APPLICATION.
FirstFrameMirrors android:public static final int START_TIMESTAMP_FIRST_FRAME.
FullyDrawnMirrors android:public static final int START_TIMESTAMP_FULLY_DRAWN.
InitialRenderthreadFrameMirrors android:public static final int START_TIMESTAMP_INITIAL_RENDERTHREAD_FRAME.
SurfaceflingerCompositionCompleteMirrors android:public static final int START_TIMESTAMP_SURFACEFLINGER_COMPOSITION_COMPLETE.
ReservedRangeSystemMirrors android:public static final int START_TIMESTAMP_RESERVED_RANGE_SYSTEM.
ReservedRangeDeveloperStartMirrors android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER_START.
ReservedRangeDeveloperMirrors android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER.