Click or drag to resize
StaMaTransitionTargetState Property
Gets the StateConfiguration that represents the target state of the Transition.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateConfiguration TargetState { get; }

Property Value

Type: StateConfiguration
Remarks
The TargetState could reference any configuration of State instances within the StateMachineTemplate.
See Also