mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class LeapMotionDeviceManagerProfileInspector

    Inheritance
    Object
    LeapMotionDeviceManagerProfileInspector
    Namespace: Microsoft.MixedReality.Toolkit.LeapMotion.Inspectors
    Assembly: cs.temp.dll.dll
    Syntax
    public class LeapMotionDeviceManagerProfileInspector : BaseMixedRealityToolkitConfigurationProfileInspector

    Fields

    enterPinchDistance

    Declaration
    protected SerializedProperty enterPinchDistance
    Field Value
    Type Description
    SerializedProperty

    exitPinchDistance

    Declaration
    protected SerializedProperty exitPinchDistance
    Field Value
    Type Description
    SerializedProperty

    instance

    Declaration
    protected LeapMotionDeviceManagerProfile instance
    Field Value
    Type Description
    LeapMotionDeviceManagerProfile

    leapControllerOffset

    Declaration
    protected SerializedProperty leapControllerOffset
    Field Value
    Type Description
    SerializedProperty

    leapControllerOrientation

    Declaration
    protected SerializedProperty leapControllerOrientation
    Field Value
    Type Description
    SerializedProperty

    ProfileDescription

    Declaration
    protected const string ProfileDescription = ""
    Field Value
    Type Description
    String

    ProfileTitle

    Declaration
    protected const string ProfileTitle = "Leap Motion Controller Settings"
    Field Value
    Type Description
    String

    Methods

    IsProfileInActiveInstance()

    Declaration
    protected override bool IsProfileInActiveInstance()
    Returns
    Type Description
    Boolean

    OnEnable()

    Declaration
    protected override void OnEnable()

    OnInspectorGUI()

    Display the MRTK header for the profile and render custom properties

    Declaration
    public override void OnInspectorGUI()

    RenderCustomInspector()

    Render the custom properties for the Leap Motion profile

    Declaration
    public virtual void RenderCustomInspector()
    In This Article
    • Fields
      • enterPinchDistance
      • exitPinchDistance
      • instance
      • leapControllerOffset
      • leapControllerOrientation
      • ProfileDescription
      • ProfileTitle
    • Methods
      • IsProfileInActiveInstance()
      • OnEnable()
      • OnInspectorGUI()
      • RenderCustomInspector()
    Back to top Generated by DocFX