Exemple #1
0
 protected virtual void OnTrackingLost()
 {
     b_script         = GetComponent <Biub_Interaction>();
     b_script.enabled = false;
 }
Exemple #2
0
 protected virtual void OnTrackingFound()
 {
     b_script         = GetComponent <Biub_Interaction>();
     b_script.enabled = true;
 }