StartupState
Options for the startup state of an Android app process.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum StartupState
Remarks
Use this enum with the _startupState property.
Fields
Value | Description |
|---|---|
| Error | Mirrors |
| FirstFrameDrawn | Mirrors |
| Started | Mirrors |