Class HandJointService
Inheritance
HandJointService
Assembly: cs.temp.dll.dll
[MixedRealityDataProvider(typeof(IMixedRealityInputSystem), null, "Hand Joint Service")]
public class HandJointService : BaseInputDeviceManager, IMixedRealityHandJointService, IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable
Constructors
Declaration
public HandJointService(IMixedRealityServiceRegistrar registrar, IMixedRealityInputSystem inputSystem, string name, uint priority, BaseMixedRealityProfile profile)
Parameters
Methods
Optional Disable function to pause the service.
Declaration
public override void Disable()
Overrides
Declaration
public bool IsHandTracked(Handedness handedness)
Parameters
Type |
Name |
Description |
Handedness |
handedness |
|
Returns
Optional LateUpdate function to that is called after Update has been called on all services.
Declaration
public override void LateUpdate()
Overrides
Declaration
public Transform RequestJointTransform(TrackedHandJoint joint, Handedness handedness)
Parameters
Type |
Name |
Description |
TrackedHandJoint |
joint |
|
Handedness |
handedness |
|
Returns
Type |
Description |
Transform |
|
Implements