Ejemplo n.º 1
0
        public void Init()
        {
            _runtimeRotateGo           = new RunTimeRotateGo();
            HSMManager.hSMRuntimePlay += RuntimePlay;
#if UNITY_EDITOR
            NodeNotify.Clear();
#endif
        }
Ejemplo n.º 2
0
 public void Init()
 {
     _runtimeRotateGo = new RunTimeRotateGo();
 }
Ejemplo n.º 3
0
        public void Init()
        {
            _runtimeRotateGo = new RunTimeRotateGo();

            BehaviorTreeDebug.AddTreeDebugEvent(Reset);
        }