Exemple #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));
 }
Exemple #2
0
 public void StartMission() => ScriptingInterfaceOfIMBTestRun.call_StartMissionDelegate();
Exemple #3
0
 public bool NewScene() => ScriptingInterfaceOfIMBTestRun.call_NewSceneDelegate();
Exemple #4
0
 public bool LeaveEditMode() => ScriptingInterfaceOfIMBTestRun.call_LeaveEditModeDelegate();
Exemple #5
0
 public bool CloseScene() => ScriptingInterfaceOfIMBTestRun.call_CloseSceneDelegate();
Exemple #6
0
 public int GetFPS() => ScriptingInterfaceOfIMBTestRun.call_GetFPSDelegate();
Exemple #7
0
 public int AutoContinue(int type) => ScriptingInterfaceOfIMBTestRun.call_AutoContinueDelegate(type);