Search Results for

    Show / Hide Table of Contents

    Struct AnimationKeyframe<T>

    A vector key.

    Namespace: Evergine.Framework.Animation
    Assembly: Evergine.Framework.dll
    Syntax
    public struct AnimationKeyframe<T>
    Type Parameters
    Name Description
    T

    The type of the keyframe.

    Fields

    Time

    The key time.

    Declaration
    public float Time
    Field Value
    Type Description
    float

    Value

    The key's value.

    Declaration
    public T Value
    Field Value
    Type Description
    T

    Extension Methods

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