states
Gets the states of all Android asset packs that had their status checked by this operation.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidAssetPackState[] states { get; }
Remarks
Until the operation is complete and GetAssetPackStateAsyncOperation.isDone returns true, this returns null. Read-only. Additional Resources: AndroidAssetPackState, GetAssetPackStateAsyncOperation.isDone, GetAssetPackStateAsyncOperation.size.