SpatialLocatorAttachedFrameOfReference.RelativePosition 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此引用帧的原点相对于它所跟踪的 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属性值
偏移量。