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