Example #1
0
 internal extern static bool ContentSceneFile_WaitForCompletion(ContentSceneFile handle, int timeoutMs);
Example #2
0
 internal extern static bool ContentSceneFile_IsHandleValid(ContentSceneFile handle);
Example #3
0
 extern internal static bool ContentSceneFile_UnloadAtEndOfFrame(ContentSceneFile handle);
Example #4
0
 extern internal static void ContentSceneFile_IntegrateAtEndOfFrame(ContentSceneFile handle);
Example #5
0
 extern internal static SceneLoadingStatus ContentSceneFile_GetStatus(ContentSceneFile handle);
Example #6
0
 extern internal static Scene ContentSceneFile_GetScene(ContentSceneFile handle);