Search Results for

    Show / Hide Table of Contents

    Class CurveKeyframe<T>

    The CurveKey class.

    Inheritance
    object
    CurveKeyframe<T>
    ColorKeyframe
    FloatKeyframe
    Namespace: Evergine.Common.Curves
    Assembly: Evergine.Common.dll
    Syntax
    public class CurveKeyframe<T>
    Type Parameters
    Name Description
    T

    The type of the keyframe.

    Constructors

    CurveKeyframe()

    Initializes a new instance of the CurveKeyframe<T> class.

    Declaration
    public CurveKeyframe()

    Fields

    Lerp

    The key linear interpolation.

    Declaration
    public float Lerp
    Field Value
    Type Description
    float

    Value

    The key 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