示例#1
0
 void Awake()
 {
     stepBack       = GetComponent <StepBack>();
     trackingObject = GetComponent <TrackingObject>();
     animator       = GetComponent <Animator>();
 }
示例#2
0
文件: GUI.cs 项目: Shiyam23/t-beg
 public void SendStepBackToGame(string functor)
 {
     StepBack.Invoke(this, new ViewEvent_Game("test", functor));
 }