Esempio n. 1
0
 protected virtual void OnTrackingLost()
 {
     ch_script         = GetComponent <Chiut_Interaction>();
     ch_script.enabled = false;
 }
Esempio n. 2
0
 protected virtual void OnTrackingFound()
 {
     ch_script         = GetComponent <Chiut_Interaction>();
     ch_script.enabled = true;
 }