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