mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class InputAnimationMarker

    A used-defined marker on the input animation timeline.

    Inheritance
    Object
    InputAnimationMarker
    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 InputAnimationMarker

    Fields

    name

    Custom name of the marker.

    Declaration
    public string name
    Field Value
    Type Description
    String

    name

    Custom name of the marker.

    Declaration
    public string name
    Field Value
    Type Description
    String

    time

    Placement of the marker relative to the input animation start time.

    Declaration
    public float time
    Field Value
    Type Description
    Single

    time

    Placement of the marker relative to the input animation start time.

    Declaration
    public float time
    Field Value
    Type Description
    Single
    In This Article
    • Fields
      • name
      • name
      • time
      • time
    Back to top Generated by DocFX