コード例 #1
0
 protected virtual void OnTrackingLost()
 {
     h_script         = GetComponent <Hiug_Interaction>();
     h_script.enabled = false;
 }
コード例 #2
0
 protected virtual void OnTrackingFound()
 {
     h_script         = GetComponent <Hiug_Interaction>();
     h_script.enabled = true;
 }