Class XRGestureSubsystemDescriptor
Descriptor for the XRGestureSubsystem describing capabilities which may vary by implementation.
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. |