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

Selector.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Nodes/Composite/Selector.cs

Source file hash: sha256:602323a5887f945682ddf7385545899e6f2e78348dc158fd71f776039a366e9f

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 42-107

Declaration hash: sha256:a88a737440840a5c7f75749b2eaf473a730207ac8aab8fceb6794400318a3cb7

C#
public static class Selector
{
}

Original lines: 48-49

Declaration hash: sha256:a7de8296f99870e733b5cd57bbad15a2f486f05295a8fd4a8bb5a2ea91cb4b43

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

Original lines: 52

Declaration hash: sha256:d31272ed1d9da54850b560e17730ad7397ca7d5243edfea90e45fe3c6d169b10

C#
public const BakedNodeKind Kind = BakedNodeKind.Selector;

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: 67-106

Declaration hash: sha256:95c2de85276f93dccf01b7ba4bd0923e27e5bef62ce19912dbf7075b75af4635

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