mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class LeapMotionDeviceManager

    Inheritance
    Object
    LeapMotionDeviceManager
    Implements
    IMixedRealityCapabilityCheck
    Namespace: Microsoft.MixedReality.Toolkit.LeapMotion.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class LeapMotionDeviceManager : BaseInputDeviceManager, IMixedRealityCapabilityCheck

    Constructors

    LeapMotionDeviceManager(IMixedRealityInputSystem, String, UInt32, BaseMixedRealityProfile)

    Constructor.

    Declaration
    public LeapMotionDeviceManager(IMixedRealityInputSystem inputSystem, string name = null, uint priority = default(uint), BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityInputSystem inputSystem

    The IMixedRealityInputSystem instance that receives data from this provider.

    String name

    Friendly name of the service.

    UInt32 priority

    Service priority. Used to determine order of instantiation.

    BaseMixedRealityProfile profile

    The service's configuration profile.

    Methods

    CheckCapability(MixedRealityCapability)

    Declaration
    public bool CheckCapability(MixedRealityCapability capability)
    Parameters
    Type Name Description
    MixedRealityCapability capability
    Returns
    Type Description
    Boolean

    Implements

    IMixedRealityCapabilityCheck
    In This Article
    • Constructors
      • LeapMotionDeviceManager(IMixedRealityInputSystem, String, UInt32, BaseMixedRealityProfile)
    • Methods
      • CheckCapability(MixedRealityCapability)
    • Implements
    Back to top Generated by DocFX