Inheritance
System.Object
MagicLeapController
public class MagicLeapController : XRController
Properties
Declaration
public ButtonControl bumper { get; }
Property Value
Declaration
public ButtonControl isTracked { get; }
Property Value
Declaration
public ButtonControl menu { get; }
Property Value
Declaration
public Vector3Control position { get; }
Property Value
Declaration
public QuaternionControl rotation { get; }
Property Value
Declaration
public AxisControl touchpad1Force { get; }
Property Value
Declaration
public Vector2Control touchpad1Position { get; }
Property Value
Declaration
public ButtonControl touchpad1Pressed { get; }
Property Value
Declaration
public AxisControl touchpad2Force { get; }
Property Value
Declaration
public Vector2Control touchpad2Position { get; }
Property Value
Declaration
public ButtonControl touchpad2Pressed { get; }
Property Value
Declaration
public IntegerControl trackingState { get; }
Property Value
Declaration
public AxisControl trigger { get; }
Property Value
Declaration
public ButtonControl triggerButton { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods