SpatialLocatorAttachedFrameOfReference.RelativePosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the position of this frame of reference's origin relative to the SpatialLocator that it is tracking.
public:
property float3 RelativePosition { float3 get(); void set(float3 value); };
float3 RelativePosition();
void RelativePosition(float3 value);
public Vector3 RelativePosition { get; set; }
var vector3 = spatialLocatorAttachedFrameOfReference.relativePosition;
spatialLocatorAttachedFrameOfReference.relativePosition = vector3;
Public Property RelativePosition As Vector3
Property Value
The offset.