MagicLeapController
Inherits from:
XRController
Public Fields
bumper
public AxisControl bumper { get; set; }
bumperButton
public ButtonControl bumperButton { get; set; }
menu
public ButtonControl menu { get; set; }
touchpadClick
public ButtonControl touchpadClick { get; set; }
touchpadPosition
public Vector2Control touchpadPosition { get; set; }
touchpadTouch
public ButtonControl touchpadTouch { get; set; }
trigger
public AxisControl trigger { get; set; }
triggerButton
public ButtonControl triggerButton { get; set; }
Public Methods
bool StartVibe
public bool StartVibe(
VibePattern pattern,
VibeIntensity vibeIntensity
)
Parameters
Type | Name | Description |
---|---|---|
VibePattern | pattern | |
VibeIntensity | vibeIntensity |
Protected Methods
FinishSetup
protected override void FinishSetup()