We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class MixedRealityHandTrackingProfile

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityHandTrackingProfile
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityHandTrackingProfile : BaseMixedRealityProfile

    Properties

    EnableHandJointVisualization

    Declaration
    public bool EnableHandJointVisualization { get; set; }
    Property Value
    Type Description
    Boolean

    EnableHandMeshVisualization

    Declaration
    public bool EnableHandMeshVisualization { get; set; }
    Property Value
    Type Description
    Boolean

    FingerTipPrefab

    The joint prefab to use for finger tip

    Declaration
    public GameObject FingerTipPrefab { get; }
    Property Value
    Type Description
    GameObject

    HandMeshPrefab

    The hand mesh prefab to use to render the hand

    Declaration
    public GameObject HandMeshPrefab { get; }
    Property Value
    Type Description
    GameObject

    JointPrefab

    The joint prefab to use.

    Declaration
    public GameObject JointPrefab { get; }
    Property Value
    Type Description
    GameObject

    PalmJointPrefab

    The joint prefab to use for palm

    Declaration
    public GameObject PalmJointPrefab { get; }
    Property Value
    Type Description
    GameObject
    Back to top Generated by DocFX