Esempio n. 1
0
 public bool OpenScene(string sceneName)
 {
     byte[] numArray = (byte[])null;
     if (sceneName != null)
     {
         numArray = CallbackStringBufferManager.StringBuffer0;
         int bytes = ScriptingInterfaceOfIMBTestRun._utf8.GetBytes(sceneName, 0, sceneName.Length, numArray, 0);
         numArray[bytes] = (byte)0;
     }
     return(ScriptingInterfaceOfIMBTestRun.call_OpenSceneDelegate(numArray));
 }
Esempio n. 2
0
 public void StartMission() => ScriptingInterfaceOfIMBTestRun.call_StartMissionDelegate();
Esempio n. 3
0
 public bool NewScene() => ScriptingInterfaceOfIMBTestRun.call_NewSceneDelegate();
Esempio n. 4
0
 public bool LeaveEditMode() => ScriptingInterfaceOfIMBTestRun.call_LeaveEditModeDelegate();
Esempio n. 5
0
 public bool CloseScene() => ScriptingInterfaceOfIMBTestRun.call_CloseSceneDelegate();
Esempio n. 6
0
 public int GetFPS() => ScriptingInterfaceOfIMBTestRun.call_GetFPSDelegate();
Esempio n. 7
0
 public int AutoContinue(int type) => ScriptingInterfaceOfIMBTestRun.call_AutoContinueDelegate(type);