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 InputRecordingBuffer.Keyframe

    The input state for a single frame

    Inheritance
    Object
    InputRecordingBuffer.Keyframe
    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 Keyframe

    Constructors

    Keyframe(Single)

    Declaration
    public Keyframe(float time)
    Parameters
    Type Name Description
    Single time

    Properties

    CameraPose

    Declaration
    public MixedRealityPose CameraPose { get; set; }
    Property Value
    Type Description
    MixedRealityPose

    GazeRay

    Declaration
    public Ray GazeRay { get; set; }
    Property Value
    Type Description
    Ray

    LeftJoints

    Declaration
    public Dictionary<TrackedHandJoint, MixedRealityPose> LeftJoints { get; set; }
    Property Value
    Type Description
    Dictionary<TrackedHandJoint, MixedRealityPose>

    LeftPinch

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

    LeftTracked

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

    RightJoints

    Declaration
    public Dictionary<TrackedHandJoint, MixedRealityPose> RightJoints { get; set; }
    Property Value
    Type Description
    Dictionary<TrackedHandJoint, MixedRealityPose>

    RightPinch

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

    RightTracked

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

    Time

    Declaration
    public float Time { get; set; }
    Property Value
    Type Description
    Single
    In This Article
    Back to top Generated by DocFX