|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Increment values of a BarNumberBy action and/or LabelNumberBy action. More...
Public Member Functions | |
| override void | Run () |
Public Attributes | |
| ActionLabelNumberBy | actionLabelNumberBy |
| ActionBarNumberBy | actionBarNumberBy |
| int | addValue = 0 |
Increment values of a BarNumberBy action and/or LabelNumberBy action.
This action will increment the startValue with the addValue and update the addValue of a BarNumberBy action and/or LabelNumberBy actions. This action is a helper to update UI actions.
| ActionBarNumberBy ActionDirector.ActionIncNumberBy.actionBarNumberBy |
The BarNumberBy action to update
| ActionLabelNumberBy ActionDirector.ActionIncNumberBy.actionLabelNumberBy |
The LabelNumberBy action to update
| int ActionDirector.ActionIncNumberBy.addValue = 0 |
The new addValue to add to the actions