Class MagicLeapGestureSubsystem | Magic Leap XR Plugin | 6.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class MagicLeapGestureSubsystem

    MagicLeap implementation of the XRGestureSubsystem. Do not create this directly. Use the SubsystemManager instead.

    Inheritance
    Object
    XRGestureSubsystem
    MagicLeapGestureSubsystem
    Inherited Members
    XRGestureSubsystem.Start()
    XRGestureSubsystem.Stop()
    UnityEngine.XR.InteractionSubsystems.XRGestureSubsystem.OnDestroy()
    XRGestureSubsystem.Update()
    XRGestureSubsystem.running
    XRGestureSubsystem.activateGestureEvents
    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    public sealed class MagicLeapGestureSubsystem : XRGestureSubsystem

    Properties

    keyPoseGestureEvents

    A collection of all MagicLeapKeyPoseGestureEvents managed by this subsystem. This is cleared every frame and refreshed with new gesture events.

    Declaration
    public NativeArray<MagicLeapKeyPoseGestureEvent> keyPoseGestureEvents { get; }
    Property Value
    Type Description
    NativeArray<MagicLeapKeyPoseGestureEvent>

    touchpadGestureEvents

    A collection of all MagicLeapTouchpadGestureEvents managed by this subsystem. This is cleared every frame and refreshed with new gesture events.

    Declaration
    public NativeArray<MagicLeapTouchpadGestureEvent> touchpadGestureEvents { get; }
    Property Value
    Type Description
    NativeArray<MagicLeapTouchpadGestureEvent>

    Methods

    CreateProvider()

    Creates the provider interface.

    Declaration
    protected override XRGestureSubsystem.Provider CreateProvider()
    Returns
    Type Description
    XRGestureSubsystem.Provider

    The provider interface for MagicLeap

    Overrides
    XRGestureSubsystem.CreateProvider()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023