Class XRHandSubsystemDescriptor
Describes the capabilities of an XRHandSubsystem.
Inheritance
XRHandSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRHandSubsystem, XRHandSubsystemProvider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public class XRHandSubsystemDescriptor : SubsystemDescriptorWithProvider<XRHandSubsystem, XRHandSubsystemProvider>, ISubsystemDescriptor
Methods
Register(Cinfo)
Registers a new descriptor with the SubsystemManager
.
Declaration
public static void Register(XRHandSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
XRHandSubsystemDescriptor.Cinfo | cinfo | The construction information for the new descriptor. |