Exemple #1
0
 private void OnDisable()
 {
     m_ARInterface.DestroyAnchor(this);
 }
 public void UpdateAnchor()
 {
     m_ARInterface.DestroyAnchor(this);
     m_ARInterface.ApplyAnchor(this);
 }