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 ToggleHandVisualisation

    Inheritance
    Object
    ToggleHandVisualisation
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class ToggleHandVisualisation : MonoBehaviour

    Fields

    isHandJointVisible

    Declaration
    public bool isHandJointVisible
    Field Value
    Type Description
    Boolean

    isHandMeshVisible

    Declaration
    public bool isHandMeshVisible
    Field Value
    Type Description
    Boolean

    Properties

    InputSystem

    Declaration
    protected IMixedRealityInputSystem InputSystem { get; }
    Property Value
    Type Description
    IMixedRealityInputSystem

    Methods

    OnToggleHandJoint()

    Toggles hand joint visualization

    Declaration
    public void OnToggleHandJoint()

    OnToggleHandMesh()

    Toggles hand mesh visualization

    Declaration
    public void OnToggleHandMesh()
    Back to top Generated by DocFX