Show / Hide Table of Contents

    Class SimulatedHandDataProvider

    Produces simulated data every frame that defines joint positions.

    Inheritance
    Object
    SimulatedHandDataProvider
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class SimulatedHandDataProvider

    Constructors

    SimulatedHandDataProvider(MixedRealityInputSimulationProfile)

    Declaration
    public SimulatedHandDataProvider(MixedRealityInputSimulationProfile _profile)
    Parameters
    Type Name Description
    MixedRealityInputSimulationProfile _profile

    Fields

    IsAlwaysVisibleLeft

    If true then the hand is always visible, regardless of simulating.

    Declaration
    public bool IsAlwaysVisibleLeft
    Field Value
    Type Description
    Boolean

    IsAlwaysVisibleRight

    If true then the hand is always visible, regardless of simulating.

    Declaration
    public bool IsAlwaysVisibleRight
    Field Value
    Type Description
    Boolean

    profile

    Declaration
    protected MixedRealityInputSimulationProfile profile
    Field Value
    Type Description
    MixedRealityInputSimulationProfile

    Methods

    UpdateHandData(SimulatedHandData, SimulatedHandData)

    Capture a snapshot of simulated hand data based on current state.

    Declaration
    public bool UpdateHandData(SimulatedHandData handDataLeft, SimulatedHandData handDataRight)
    Parameters
    Type Name Description
    SimulatedHandData handDataLeft
    SimulatedHandData handDataRight
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX