Search Results for

    Show / Hide Table of Contents

    Class AnimationKeyframeEvent

    Defines the animation keyframe event.

    Inheritance
    object
    AnimationKeyframeEvent
    Namespace: Evergine.Framework.Animation
    Assembly: Evergine.Framework.dll
    Syntax
    public class AnimationKeyframeEvent

    Constructors

    AnimationKeyframeEvent()

    Initializes a new instance of the AnimationKeyframeEvent class.

    Declaration
    public AnimationKeyframeEvent()

    Fields

    Tag

    The event tag.

    Declaration
    public string Tag
    Field Value
    Type Description
    string

    Time

    Event time.

    Declaration
    public float Time
    Field Value
    Type Description
    float

    Value

    Value associated with this event.

    Declaration
    public string Value
    Field Value
    Type Description
    string

    Methods

    ToString()

    Sets the string that represents this object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The string representation of this object.

    Overrides
    object.ToString()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX