SequenceItemTActionActions Property

Get a reference to the collection of actions on this sequence.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2224.4542
C#
public List<TAction> Actions { get; }

Property Value

ListTAction

See Also