Class XRGestureSubsystemDescriptor | XR Interaction Subsystems | 1.0.1
docs.unity.cn
    Show / Hide Table of Contents

    Class XRGestureSubsystemDescriptor

    Descriptor for the XRGestureSubsystem describing capabilities which may vary by implementation.

    Inheritance
    Object
    XRGestureSubsystemDescriptor
    Namespace: UnityEngine.XR.InteractionSubsystems
    Syntax
    public sealed class XRGestureSubsystemDescriptor : SubsystemDescriptor<XRGestureSubsystem>

    Methods

    RegisterDescriptor(XRGestureSubsystemDescriptor.Cinfo)

    Register a subsystem implementation. This should only be used by subsystem implementors.

    Declaration
    public static void RegisterDescriptor(XRGestureSubsystemDescriptor.Cinfo cinfo)
    Parameters
    Type Name Description
    XRGestureSubsystemDescriptor.Cinfo cinfo

    Information used to construct the descriptor.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX