Class XRGestureSubsystemDescriptor
Descriptor for the XRGestureSubsystem describing capabilities which may vary by implementation.
Inheritance
XRGestureSubsystemDescriptor
Implements
Inherited Members
Namespace: UnityEngine.XR.InteractionSubsystems
Assembly: Unity.XR.InteractionSubsystems.dll
Syntax
public sealed class XRGestureSubsystemDescriptor : SubsystemDescriptor<XRGestureSubsystem>, ISubsystemDescriptor
Methods
RegisterDescriptor(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. |