Sequence.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Composite/Sequence.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Runtime/Nodes/Composite/Sequence.cs
Source file hash: sha256:9fc43bf73a3c3a777f7ada4558a40abee1f275818def8cafdca63bb182ae66eb
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: Sequence
Section titled “Type: Sequence”Original lines: 41-98
Declaration hash: sha256:d6f07804fdb10195a8d30d18cc6131a2f4422c043e08ead116c8c63632cfb735
public static class Sequence{}Field: NodeKindToken
Section titled “Field: NodeKindToken”Original lines: 44-45
Declaration hash: sha256:d344b31e8ed87a14b3c00ae3ae449d460feefcec1414bfe9dbaa7da0962e6767
public const string NodeKindToken = global::BitQuirky.Behavior.Nodes.BehaviorNodeKindTokens.Sequence;Field: Kind
Section titled “Field: Kind”Original lines: 48
Declaration hash: sha256:0f541b5cc4dfeae1dca7f6741c023c028fa46d76e5fb6e4c540cbdc7cc01ef4b
public const BakedNodeKind Kind = BakedNodeKind.Sequence;Method: Aggregate(BehaviorNodeStatus latestChildStatus, int currentChildIndex, int totalChildren, out int nextChildIndex)
Section titled “Method: Aggregate(BehaviorNodeStatus latestChildStatus, int currentChildIndex, int totalChildren, out int nextChildIndex)”Original lines: 58-97
Declaration hash: sha256:95c2de85276f93dccf01b7ba4bd0923e27e5bef62ce19912dbf7075b75af4635
public static BehaviorNodeStatus Aggregate(BehaviorNodeStatus latestChildStatus, int currentChildIndex, int totalChildren, out int nextChildIndex);