Show / Hide Table of Contents

    Interface IMixedRealityHandMeshHandler

    Interface to implement for hand mesh information.

    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityHandMeshHandler : IEventSystemHandler

    Methods

    OnHandMeshUpdated(InputEventData<HandMeshInfo>)

    Declaration
    void OnHandMeshUpdated(InputEventData<HandMeshInfo> eventData)
    Parameters
    Type Name Description
    InputEventData<HandMeshInfo> eventData
    Back to top Generated by DocFX