Click or drag to resize
StaMaStateMachineTemplate Constructor (StateMachineOptions)
Initializes a new instance of the StateMachineTemplate class with specific options.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateMachineTemplate(
	StateMachineOptions stateMachineOptions
)

Parameters

stateMachineOptions
Type: StaMaStateMachineOptions
Defines the option flags for the state machine.
See Also