コード例 #1
0
 void OnDestroy()
 {
     MyRVOManager.GetInstance().UnRegister(aipath);
 }
コード例 #2
0
 void init()
 {
     aipath = GetComponent <AIPath>();
     MyRVOManager.GetInstance().Register(aipath);
 }