다음을 통해 공유


GestureEventData.ManipulationData Property

Definition

Get the data for manipulation gesture event. It only has value if and only if the eventType == GestureEventType.ManipulationStarted/Updated/Completed

public Microsoft.MixedReality.OpenXR.ManipulationEventData? ManipulationData { get; }
member this.ManipulationData : Nullable<Microsoft.MixedReality.OpenXR.ManipulationEventData>
Public ReadOnly Property ManipulationData As Nullable(Of ManipulationEventData)

Property Value

Applies to