SpatialInteractionDetectedEventArgs 클래스

정의

SpatialInteractionManager.InteractionDetected 이벤트에 대한 데이터를 제공합니다.

public ref class SpatialInteractionDetectedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpatialInteractionDetectedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpatialInteractionDetectedEventArgs
Public NotInheritable Class SpatialInteractionDetectedEventArgs
상속
Object Platform::Object IInspectable SpatialInteractionDetectedEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 InteractionSource

속성

Interaction

SpatialGestureRecognizer로 라우팅하기 위해 검색된 상호 작용을 가져옵니다.

InteractionSource

검색된 상호 작용과 연결된 특정 원본을 가져옵니다.

InteractionSourceKind

검색된 상호 작용과 연결된 소스의 종류를 가져옵니다.

메서드

TryGetPointerPose(SpatialCoordinateSystem)

이 상호 작용을 SpatialGestureRecognizer로 라우팅하는 데 사용할 수 있는 포인터 포즈(예: 사용자의 머리 응시 및 각 모션 컨트롤러의 포인터 포즈)를 가져옵니다.

적용 대상