コード例 #1
0
 public JintConsoleGui(IntPtr obj0) : base(obj0)
 {
     AntiGcList = new Il2CppSystem.Collections.Generic.List <MonoBehaviour>(1);
     AntiGcList.Add(this);
     windowfunction = ConsoleWindowDisplay;
     myinstance     = PulsarCRepMod.MakeNewJintInstance();
 }
コード例 #2
0
        public static JintInstance MakeNewJintInstance()
        {
            var myinstance = new JintInstance();

            myinstance.SetupEnginePieces();
            return(myinstance);
        }
コード例 #3
0
 public JintConsoleGui()
 {
     CodeInstance = new JintInstance();
 }