Class WindowsMRGestures
Provide WindowsMR specific event callbacks that will inform code of when gesture events occur.
Inheritance
WindowsMRGestures
Syntax
public sealed class WindowsMRGestures : MonoBehaviour
Fields
enableManipulationGesture
Declaration
public bool enableManipulationGesture
Field Value
enableNavigationGesture
Declaration
public bool enableNavigationGesture
Field Value
Properties
gestureSubsystem
Get the WindowsMRGestureSubsystem
whose lifetime this component manages.
Declaration
public WindowsMRGestureSubsystem gestureSubsystem { get; }
Property Value
Events
onActivate
Declaration
public event Action<ActivateGestureEvent> onActivate
Event Type
onHoldChanged
Declaration
public event Action<WindowsMRHoldGestureEvent> onHoldChanged
Event Type
onManipulationChanged
Declaration
public event Action<WindowsMRManipulationGestureEvent> onManipulationChanged
Event Type
onNavigationChanged
Declaration
public event Action<WindowsMRNavigationGestureEvent> onNavigationChanged
Event Type
onTappedChanged
Declaration
public event Action<WindowsMRTappedGestureEvent> onTappedChanged
Event Type