ControllerGestureDevice
Inherits from:
UnityEngine.XR.MagicLeap.GestureSubsystem.GestureInputDevice
Public Methods
ControllerGestureDevice
public ControllerGestureDevice(
string name
)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
override void UpdateGesture
public override void UpdateGesture(
out bool isNewGesture
)
Parameters
| Type | Name | Description |
|---|---|---|
| out bool | isNewGesture |
Public Attributes
currentGestureEvent
public Extensions.TouchpadGestureEvent currentGestureEvent;
| Type | Description |
|---|---|
| Extensions.TouchpadGestureEvent | The event data related to a Magic Leap Touchpad gesture |