Click or drag to resize
StaMaIStateConfigurationVisitorState Method
Will be called for every well-defined state of a StateConfiguration.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
void State(
	State state
)

Parameters

state
Type: StaMaState
The State instance that is visited.
See Also