Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

Sequence.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Composite/Sequence.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 41-98

Declaration hash: sha256:d6f07804fdb10195a8d30d18cc6131a2f4422c043e08ead116c8c63632cfb735

C#
public static class Sequence
{
}

Original lines: 44-45

Declaration hash: sha256:d344b31e8ed87a14b3c00ae3ae449d460feefcec1414bfe9dbaa7da0962e6767

C#
public const string NodeKindToken = global::BitQuirky.Behavior.Nodes.BehaviorNodeKindTokens.Sequence;

Original lines: 48

Declaration hash: sha256:0f541b5cc4dfeae1dca7f6741c023c028fa46d76e5fb6e4c540cbdc7cc01ef4b

C#
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

C#
public static BehaviorNodeStatus Aggregate(BehaviorNodeStatus latestChildStatus, int currentChildIndex, int totalChildren, out int nextChildIndex);
Full-size image