Namespace Evergine.Components.WorkActions
Classes
ActionWorkAction
A work action that execute an Action.
ActiveWaitConditionWorkAction
A work action to wait an event for a time.
BasicWorkAction
A work action to play a sound.
FloatAnimationWorkAction
Work action of a single float value.
MoveTo2DWorkAction
Work action which animates an 2D entity.
MoveTo3DWorkAction
Work action which animates an 3D entity.
QuaternionAnimationWorkAction
Work action of a single float value.
RotateTo2DWorkAction
Work action that performs a rotating animation to a 2D entity.
RotateTo3DWorkAction
Work action that rotates an entity 3D.
ScaleTo2DWorkAction
Work action that scales a 2D entity.
ScaleTo3DWorkAction
Work action that scales an entity 3D.
UpdatableWorkAction
Work action that is updated.
Vector2AnimationWorkAction
Work action of a single float value.
Vector3AnimationWorkAction
Work action of a single float value.
WaitCountWorkAction
A work action to continue with other action.
WaitWorkAction
A work action to wait for a time.
WorkAction
Represent a Work Action to perform something.
WorkActionFactory
Extension methods for WorkAction class.
WorkActionNode
A work action to continue with other action.
WorkActionSet
Represent a Set of Work Actions.
WorkActionUpdaterBehavior
Behavior that updates the work action.
Interfaces
IWorkActionSet
Represent a Set of Work Actions.
Enums
EaseFunction
The Ease functions.