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