Namespace Evergine.Components.WorkActions
Classes
ActionWorkAction
A work action that executes an Action.
ActiveWaitConditionWorkAction
A work action to wait for an event for a period of time.
BasicWorkAction
A work action to play a sound.
FloatAnimationWorkAction
Executes an action on a single float value.
MoveTo3DWorkAction
Work action that animates a 3D entity.
QuaternionAnimationWorkAction
Work action involving a single float value.
RotateTo3DWorkAction
Work action that rotates a 3D entity.
ScaleTo3DWorkAction
Work action that scales a 3D entity.
UpdatableWorkAction
Work action that is updated.
Vector2AnimationWorkAction
Works with a single float value.
Vector3AnimationWorkAction
Works with an action on a single float value.
WaitCountWorkAction
A work action to continue with another action.
WaitWorkAction
A work action to wait for a period of time.
WorkAction
Represents a Work Action to perform something.
WorkActionFactory
Extension methods for the WorkAction class.
WorkActionNode
A work action to continue with another action.
WorkActionSet
Represents a set of work actions.
WorkActionUpdaterBehavior
Behavior that updates the work action.
Interfaces
IWorkActionSet
Represents a set of work actions.
Enums
EaseFunction
The ease functions.