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