SequenceItemTActionActions Property

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

Definition

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

Property Value

ListTAction

See Also