예제 #1
0
 protected virtual void OnTrackingLost()
 {
     t_script         = GetComponent <Tigud_Interaction>();
     t_script.enabled = false;
 }
예제 #2
0
 protected virtual void OnTrackingFound()
 {
     t_script         = GetComponent <Tigud_Interaction>();
     t_script.enabled = true;
 }