Click or drag to resize
StaMaStateTransitions Property
Gets the list of Transition instances that use this State as an anchor.

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

Property Value

Type: TransitionCollection
A TransitionCollection instance. The Count property will be 0 if there are no Transition instances.
See Also