Class AnimationChannelContext
Defines the animation sequence for the animation2d system.
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 |