Example #1
0
 internal extern static bool WaitForLoadCompletion(ContentFile handle, int timeoutMs);
Example #2
0
 internal extern static bool ContentFile_IsHandleValid(ContentFile handle);
Example #3
0
 internal extern static LoadingStatus ContentFile_GetLoadingStatus(ContentFile handle);
Example #4
0
 internal extern static UnityEngine.Object [] ContentFile_GetObjects(ContentFile handle);
Example #5
0
 internal extern static UnityEngine.Object ContentFile_GetObject(ContentFile handle, UInt64 localIdentifierInFile);
Example #6
0
 internal extern static ContentFileUnloadHandle ContentFile_UnloadAsync(ContentFile handle);