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

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

Source file hash: sha256:197ff990049917bb278ef795606b653839ec05d07e4b7bd7d89b37b811e3ad40

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

Original lines: 29-42

Declaration hash: sha256:ddf219eed687221545317db2a185d8d9db57f46082e694282b4b414ddc89d94a

C#
public enum ParallelPolicy : byte
{
}

Original lines: 35

Declaration hash: sha256:4784ec1ff4de42e7904264c74ca6dc92ec14c8398fe57a7dde28b5cd412ed5d8

C#
RequireAll = 0

Original lines: 41

Declaration hash: sha256:2d95cc6dc09816f1ec7fd16d0ab8e809a138fa593ad2c1976aa0c10b073edf93

C#
RequireOne = 1

Original lines: 63-164

Declaration hash: sha256:61aac16b31d77b5596805d558eb68e544f0b659e32e1274ad6e3797697b0bab0

C#
public static class Parallel
{
}

Original lines: 66-67

Declaration hash: sha256:dcea6767fd63a0d52120de5a2e656789c69c3e27ef5289f8ca80de5df5b19e23

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

Original lines: 70

Declaration hash: sha256:aca49b58d7ac8caf9c4dfe8a4e3b2a73b8ebc36582f691c382d6fe83038e48b1

C#
public const BakedNodeKind Kind = BakedNodeKind.Parallel;

Method: Aggregate(int successCount, int failureCount, int runningCount, int totalChildren, ParallelPolicy policy)

Section titled “Method: Aggregate(int successCount, int failureCount, int runningCount, int totalChildren, ParallelPolicy policy)”

Original lines: 80-117

Declaration hash: sha256:3903ab0ba10e6d5beb6c369d39ecf4699df22f3fc9fb8dd0fbe599960a349844

C#
public static BehaviorNodeStatus Aggregate(int successCount, int failureCount, int runningCount, int totalChildren, ParallelPolicy policy);

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: 127-163

Declaration hash: sha256:95c2de85276f93dccf01b7ba4bd0923e27e5bef62ce19912dbf7075b75af4635

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