Method RegisterProcessor
RegisterProcessor<TProcessor>(TProcessor)
Registers a processor for hand joint data.
Declaration
public void RegisterProcessor<TProcessor>(TProcessor processor) where TProcessor : class, IXRHandProcessor
Parameters
| Type | Name | Description |
|---|---|---|
| TProcessor | processor | The processor to register for this XRHandSubsystem. |
Type Parameters
| Name | Description |
|---|---|
| TProcessor | The type of the processor to register. |