Class MixedRealityHandTrackingProfile
Inheritance
MixedRealityHandTrackingProfile
Assembly: cs.temp.dll.dll
public class MixedRealityHandTrackingProfile : BaseMixedRealityProfile
Properties
Declaration
public bool EnableHandJointVisualization { get; set; }
Property Value
Declaration
public bool EnableHandMeshVisualization { get; set; }
Property Value
The joint prefab to use for finger tip
Declaration
public GameObject FingerTipPrefab { get; }
Property Value
Type |
Description |
GameObject |
|
The hand mesh prefab to use to render the hand
Declaration
public GameObject HandMeshPrefab { get; }
Property Value
Type |
Description |
GameObject |
|
Declaration
public GameObject JointPrefab { get; }
Property Value
Type |
Description |
GameObject |
|
The joint prefab to use for palm
Declaration
public GameObject PalmJointPrefab { get; }
Property Value
Type |
Description |
GameObject |
|