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