Beispiel #1
0
 protected virtual void OnTrackingLost()
 {
     m_script         = GetComponent <Mium_Interaction>();
     m_script.enabled = false;
 }
Beispiel #2
0
 protected virtual void OnTrackingFound()
 {
     m_script         = GetComponent <Mium_Interaction>();
     m_script.enabled = true;
 }