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.

Search Results for

    Show / Hide Table of Contents

    Class WindowsMixedRealityHandRecorder

    Record joint positions of a hand and log them for use in simulated hands.

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

    Properties

    OutputFileName

    Default output filename for saving the recorded pose.

    Declaration
    public string OutputFileName { get; }
    Property Value
    Type Description
    String

    ReferenceJoint

    The joint positioned at the origin at the start of the recording.

    Declaration
    public TrackedHandJoint ReferenceJoint { get; set; }
    Property Value
    Type Description
    TrackedHandJoint
    Remarks

    If the reference joint moves between start and stop of recording then final position is used as an offset.

    Example: A "poke" gesture can be simulated by moving the index finger forward between start and stop, giving an offset that creates a poking motion when interpolated.

    Methods

    RecordHandStop()

    Declaration
    public void RecordHandStop()

    RecordLeftHandStart()

    Declaration
    public void RecordLeftHandStart()

    RecordRightHandStart()

    Declaration
    public void RecordRightHandStart()
    In This Article
    Back to top Generated by DocFX