Пример #1
0
 public static void Init()
 {
     IsInit = false;
     NodeTypes.FetchNode();
     NodeInputSystem.Fetch();
     ConnectionType.Fetch();
     TreeNodeReflectionSystem.Fetch();
     NodeEditor.CreateManager();
     UnitEditor.CreateManager();
     IsInit = true;
     if (TrigInit != null)
     {
         TrigInit();
     }
 }
 protected internal override void OnStart()
 {
     method = TreeNodeReflectionSystem.GetMethod(TreeNodeReflectionSystem.methodNames[index]);
     base.OnStart();
 }