コード例 #1
0
 /// <summary>
 /// Creates an anchor attached to current trackable at given pose.
 /// </summary>
 internal NRAnchor CreateAnchor()
 {
     return(NRAnchor.Factory(this));
 }
コード例 #2
0
ファイル: NRTrackable.cs プロジェクト: eric1932/LiveEarthHD
 /// <summary>
 /// Creates an anchor attached to current trackable at given pose.
 /// </summary>
 public NRAnchor CreateAnchor()
 {
     return(NRAnchor.Factory(this));
 }