Namespace UnityEngine.XR.Hands.Processing
Classes
XRHandProcessingUtility
Utility methods for processing joints from a XRHandSubsystem.
Interfaces
IXRHandProcessor
Derive from this interface with a class
to intercept and alter
hand and joint data. Register your processor with
RegisterProcessor<TProcessor>(TProcessor).