ActionDirector  1.0.0
The action director's cut for rapid actions integration
ActionDirector.ActionIncNumberBy Class Reference

Increment values of a BarNumberBy action and/or LabelNumberBy action. More...

Inheritance diagram for ActionDirector.ActionIncNumberBy:

Public Member Functions

override void Run ()
 

Public Attributes

ActionLabelNumberBy actionLabelNumberBy
 
ActionBarNumberBy actionBarNumberBy
 
int addValue = 0
 

Detailed Description

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.

Member Data Documentation

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


The documentation for this class was generated from the following file: