Class XRHandSubsystemDescriptor
Describes the capabilities of an XRHandSubsystem.
Inheritance
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<XRHandSubsystem, XRHandSubsystemProvider>
XRHandSubsystemDescriptor
Inherited Members
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.XR.Hands.XRHandSubsystem, UnityEngine.XR.Hands.ProviderImplementation.XRHandSubsystemProvider>.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.UnityEngine.ISubsystemDescriptor.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.providerType
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.Hands
Syntax
public class XRHandSubsystemDescriptor : SubsystemDescriptorWithProvider<XRHandSubsystem, XRHandSubsystemProvider>, ISubsystemDescriptor
Methods
Register(XRHandSubsystemDescriptor.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. |