Esempio n. 1
0
 /// <summary>
 /// Creates an anchor attached to current trackable at given pose.
 /// </summary>
 internal NRAnchor CreateAnchor()
 {
     return(NRAnchor.Factory(this));
 }
Esempio n. 2
0
 /// <summary>
 /// Creates an anchor attached to current trackable at given pose.
 /// </summary>
 public NRAnchor CreateAnchor()
 {
     return(NRAnchor.Factory(this));
 }