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