Click or drag to resize
StaMaTransitionCollectionItem Property
Gets the Transition at the specified index.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public Transition this[
	int priority
] { get; }

Parameters

priority
Type: SystemInt32
The zero-based index of the Transition to get.

Return Value

Type: Transition
The Transition at the index.
See Also