다음을 통해 공유


GraphicsBindingWmrD3d11.UpdateUserCoordinateSystem(IntPtr) 메서드

정의

ARR에 새 참조 프레임을 알릴 수 있습니다.

public:
 Microsoft::Azure::RemoteRendering::Result UpdateUserCoordinateSystem(IntPtr coordinateSystem);
public Microsoft.Azure.RemoteRendering.Result UpdateUserCoordinateSystem (IntPtr coordinateSystem);
member this.UpdateUserCoordinateSystem : nativeint -> Microsoft.Azure.RemoteRendering.Result
Public Function UpdateUserCoordinateSystem (coordinateSystem As IntPtr) As Result

매개 변수

coordinateSystem
IntPtr

nativeint

ABI::Windows::P erception::Spatial::ISpatialCoordinateSystem에 대한 포인터입니다.

반환

Success, NotInitialized, Fail

설명

새 참조 프레임이 만들어지고 새 사용자 좌표계로 사용될 때마다 ARR에 정보를 제공해야 합니다.

적용 대상