Share via


SpatialLocatorAttachedFrameOfReference.RelativePosition Property

Definition

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

Vector3 Vector3

float3

The offset.

Applies to