GestureEventData.ManipulationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)