예제 #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));
 }