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