SpatialInteractionSourceState.ControllerProperties 속성

정의

동작 컨트롤러와 관련된 상태를 가져옵니다.

public:
 property SpatialInteractionControllerProperties ^ ControllerProperties { SpatialInteractionControllerProperties ^ get(); };
SpatialInteractionControllerProperties ControllerProperties();
public SpatialInteractionControllerProperties ControllerProperties { get; }
var spatialInteractionControllerProperties = spatialInteractionSourceState.controllerProperties;
Public ReadOnly Property ControllerProperties As SpatialInteractionControllerProperties

속성 값

동작 컨트롤러 속성입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

설명

이 원본이 동작 컨트롤러가 아닌 경우 이 속성은 null을 반환합니다.

적용 대상