Class MagicLeapInputExtensions
Input extensions for Magic Leap
Inherited Members
Namespace: UnityEngine.XR.MagicLeap
Assembly: UnityEngine.XR.MagicLeap.dll
Syntax
public static class MagicLeapInputExtensions
Properties
controllerEnabled
True if the controller is/should be enabled
Declaration
public static bool controllerEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
eyeTrackingEnabled
True if eye tracking is/should be enabled
Declaration
public static bool eyeTrackingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |