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