Public Member Functions | |
String | toString () |
Gets the string representation of this item. | |
Package Functions | |
BehaviorIndexer (String sBehaviorName, int iIndex) | |
Constructor. | |
Package Attributes | |
String | m_sBehaviorName |
Behavior display name. | |
int | m_iIndex |
Index to be saved with behavior. |
The index can be used to set and enforce behavior orders.
javawrapper.ModelFlowSetup.BehaviorIndexer.BehaviorIndexer | ( | String | sBehaviorName, | |
int | iIndex | |||
) | [package] |
Constructor.
sBehaviorName | Name of behavior. | |
iIndex | Index number to package with name. |
String javawrapper.ModelFlowSetup.BehaviorIndexer.toString | ( | ) |
String javawrapper.ModelFlowSetup.BehaviorIndexer.m_sBehaviorName [package] |
Behavior display name.
int javawrapper.ModelFlowSetup.BehaviorIndexer.m_iIndex [package] |
Index to be saved with behavior.