Share via


SpatialLocatorAttachedFrameOfReference.RelativePosition 속성

정의

추적 중인 SpatialLocator를 기준으로 이 참조 원본 프레임의 위치를 가져오거나 설정합니다.

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

속성 값

Vector3 Vector3

float3

오프셋입니다.

적용 대상