Show / Hide Table of Contents

    Class SimulatedHandData

    Snapshot of simulated hand data.

    Inheritance
    Object
    SimulatedHandData
    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
    [Serializable]
    public class SimulatedHandData

    Properties

    IsPinching

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

    IsTracked

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

    Joints

    Declaration
    public MixedRealityPose[] Joints { get; }
    Property Value
    Type Description
    MixedRealityPose[]

    Timestamp

    Declaration
    public long Timestamp { get; }
    Property Value
    Type Description
    Int64

    Methods

    Copy(SimulatedHandData)

    Declaration
    public void Copy(SimulatedHandData other)
    Parameters
    Type Name Description
    SimulatedHandData other

    Update(Boolean, Boolean, SimulatedHandData.HandJointDataGenerator)

    Declaration
    public bool Update(bool isTrackedNew, bool isPinchingNew, SimulatedHandData.HandJointDataGenerator generator)
    Parameters
    Type Name Description
    Boolean isTrackedNew
    Boolean isPinchingNew
    SimulatedHandData.HandJointDataGenerator generator
    Returns
    Type Description
    Boolean

    UpdateWithTimestamp(Int64, Boolean, Boolean, SimulatedHandData.HandJointDataGenerator)

    Declaration
    public bool UpdateWithTimestamp(long timestampNew, bool isTrackedNew, bool isPinchingNew, SimulatedHandData.HandJointDataGenerator generator)
    Parameters
    Type Name Description
    Int64 timestampNew
    Boolean isTrackedNew
    Boolean isPinchingNew
    SimulatedHandData.HandJointDataGenerator generator
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX