Search Results for

    Show / Hide Table of Contents

    Class AnimationChannelContext

    Defines the animation sequence for the animation2d system.

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

    Fields

    PlaybackRate

    The last frame's advance.

    Declaration
    public float PlaybackRate
    Field Value
    Type Description
    float

    TargetComponent

    The target component.

    Declaration
    public Component TargetComponent
    Field Value
    Type Description
    Component

    TargetEntity

    Specifies the target entity.

    Declaration
    public Entity TargetEntity
    Field Value
    Type Description
    Entity

    Value

    Current value.

    Declaration
    public object Value
    Field Value
    Type Description
    object

    Extension Methods

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