Class MagicLeapLightwear
Inheritance
MagicLeapLightwear
Inherited Members
InputDevice.all
Assembly: UnityEngine.XR.MagicLeap.dll
Syntax
[Preserve]
[InputControlLayout(displayName = "MagicLeap Headset")]
public class MagicLeapLightwear : XRHMD
Properties
ControllerEnabled
Declaration
public bool ControllerEnabled { get; set; }
Property Value
EyesEnabled
Declaration
public bool EyesEnabled { get; set; }
Property Value
confidence
Declaration
[Preserve]
[InputControl(displayName = "Confidence Level")]
public AxisControl confidence { get; }
Property Value
eyeCalibrationStatus
Declaration
[Preserve]
[InputControl(displayName = "Eye Calibration Status")]
public IntegerControl eyeCalibrationStatus { get; }
Property Value
eyeLeftCenterConfidence
Declaration
[Preserve]
[InputControl(displayName = "Left Eye Center Confidence")]
public AxisControl eyeLeftCenterConfidence { get; }
Property Value
eyeRightCenterConfidence
Declaration
[Preserve]
[InputControl(displayName = "Right Eye Center Confidence")]
public AxisControl eyeRightCenterConfidence { get; }
Property Value
eyes
Declaration
[Preserve]
[InputControl(displayName = "Eyes")]
public EyesControl eyes { get; }
Property Value
fixationPointConfidence
Declaration
[Preserve]
[InputControl(displayName = "Fixation Point Confidence")]
public AxisControl fixationPointConfidence { get; }
Property Value
Methods
FinishSetup()
Declaration
protected override void FinishSetup()
Overrides