|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Base class for all duration actions. More...
Classes | |
| class | Ease |
| All possible eases for a duration action. More... | |
Public Member Functions | |
| override void | Step (float delta) |
| virtual void | StaticStep (float delta) |
| override void | Run () |
Public Attributes | |
| float | duration = 0.0f |
| Ease | ease = new Ease() |
Base class for all duration actions.
This action is the base class for all the duration actions. It shouldn't be used directly. This class deal with the time to run and the ease effect on this time. It contains all the possible ease effects and the time the action will run.
| float ActionDirector.ActionDuration.duration = 0.0f |
The duration of the action in seconds
The type of effect that will affect the speed in the duration