LeapMotionDeviceManagerProfileInspector Class

Definition

public ref class LeapMotionDeviceManagerProfileInspector : Microsoft::MixedReality::Toolkit::Editor::BaseMixedRealityToolkitConfigurationProfileInspector
[UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.LeapMotion.Input.LeapMotionDeviceManagerProfile))]
public class LeapMotionDeviceManagerProfileInspector : Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector
[<UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.LeapMotion.Input.LeapMotionDeviceManagerProfile))>]
type LeapMotionDeviceManagerProfileInspector = class
    inherit BaseMixedRealityToolkitConfigurationProfileInspector
Public Class LeapMotionDeviceManagerProfileInspector
Inherits BaseMixedRealityToolkitConfigurationProfileInspector
Inheritance
UnityEditor.Editor
LeapMotionDeviceManagerProfileInspector
Attributes
UnityEditor.CustomEditorAttribute

Constructors

LeapMotionDeviceManagerProfileInspector()

Fields

BackProfileDescriptions (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
enterPinchDistance
exitPinchDistance
instance
leapControllerOffset
leapControllerOrientation
leapVRDeviceOffsetMode
leapVRDeviceOffsetTiltX
leapVRDeviceOffsetY
leapVRDeviceOffsetZ
leapVRDeviceOrigin
ProfileDescription
ProfileTitle

Properties

RenderAsSubProfile (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)

Methods

Awake() (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
CheckEditorPlayMode()

If application is playing, then show warning to the user and disable inspector GUI

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
CheckMixedRealityInputActions()

Check if various input settings are set correctly to read the input actions for the active MRTK instance. If any failures, show appropriate error message

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
DrawBacktrackProfileButton(BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType) (Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
DrawBacktrackProfileButton(String, Object)

Renders a button that will take user back to a specified profile object

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
IsProfileInActiveInstance()
IsProfileRequired(SystemType)

Inspect the attributes of the provided system type to determine if a configuration profile is required.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
OnEnable()
OnInspectorGUI()

Display the MRTK header for the profile and render custom properties

RenderCustomInspector()

Render the custom properties for the Leap Motion profile

RenderDocumentation(Object)

Draws a documentation link for the service.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
RenderMRTKLogoAndSearch()

Render the Mixed Reality Toolkit Logo and search field.

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)
RenderProfileHeader(String, String, Object, Boolean, BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType)

Helper function to render header correctly for all profiles

(Inherited from BaseMixedRealityToolkitConfigurationProfileInspector)

Applies to