Class LeapMotionDeviceManagerProfileInspector
Inheritance
LeapMotionDeviceManagerProfileInspector
Assembly: cs.temp.dll.dll
public class LeapMotionDeviceManagerProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector
Fields
Declaration
protected SerializedProperty enterPinchDistance
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty exitPinchDistance
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected LeapMotionDeviceManagerProfile instance
Field Value
Type |
Description |
LeapMotionDeviceManagerProfile |
|
Declaration
protected SerializedProperty leapControllerOffset
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapControllerOrientation
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapVRDeviceOffsetMode
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapVRDeviceOffsetTiltX
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapVRDeviceOffsetY
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapVRDeviceOffsetZ
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty leapVRDeviceOrigin
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected const string ProfileDescription = ""
Field Value
Declaration
protected const string ProfileTitle = "Leap Motion Controller Settings"
Field Value
Methods
Declaration
protected override bool IsProfileInActiveInstance()
Returns
Declaration
protected override void OnEnable()
Display the MRTK header for the profile and render custom properties
Declaration
public override void OnInspectorGUI()
Render the custom properties for the Leap Motion profile
Declaration
public virtual void RenderCustomInspector()