|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
All possible eases for a duration action. More...
Public Member Functions | |
| virtual float | StepEase (float delta) |
Public Attributes | |
| AnimationCurve | curve = AnimationCurve.Linear(0,0,1,1) |
| Type | type = Type.none |
| float | rate = 2.0f |
| float | period = 0.3f |
All possible eases for a duration action.
This class contains all possible eases including a custom curve editable visually.
| AnimationCurve ActionDirector.ActionDuration.Ease.curve = AnimationCurve.Linear(0,0,1,1) |
The custom curve for the ease of the duration. X axis is the time passing and Y is the value of the time to set
| float ActionDirector.ActionDuration.Ease.period = 0.3f |
The greater the period, the lesser the effet on the elasticity
| float ActionDirector.ActionDuration.Ease.rate = 2.0f |
The greater the rate, the greater the effect on acceleration and decelaration
| Type ActionDirector.ActionDuration.Ease.type = Type.none |
Select an ease to add flavor to the action.