コード例 #1
0
        public void Init()
        {
            _runtimeRotateGo           = new RunTimeRotateGo();
            HSMManager.hSMRuntimePlay += RuntimePlay;
#if UNITY_EDITOR
            NodeNotify.Clear();
#endif
        }
コード例 #2
0
 public void Init()
 {
     _runtimeRotateGo = new RunTimeRotateGo();
 }
コード例 #3
0
        public void Init()
        {
            _runtimeRotateGo = new RunTimeRotateGo();

            BehaviorTreeDebug.AddTreeDebugEvent(Reset);
        }