We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    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

    leapVRDeviceOffsetMode

    Declaration
    protected SerializedProperty leapVRDeviceOffsetMode
    Field Value
    Type Description
    SerializedProperty

    leapVRDeviceOffsetTiltX

    Declaration
    protected SerializedProperty leapVRDeviceOffsetTiltX
    Field Value
    Type Description
    SerializedProperty

    leapVRDeviceOffsetY

    Declaration
    protected SerializedProperty leapVRDeviceOffsetY
    Field Value
    Type Description
    SerializedProperty

    leapVRDeviceOffsetZ

    Declaration
    protected SerializedProperty leapVRDeviceOffsetZ
    Field Value
    Type Description
    SerializedProperty

    leapVRDeviceOrigin

    Declaration
    protected SerializedProperty leapVRDeviceOrigin
    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
    Back to top Generated by DocFX