Selector.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Composite/Selector.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: Selector
Section titled “Type: Selector”Original lines: 42-107
Declaration hash: sha256:a88a737440840a5c7f75749b2eaf473a730207ac8aab8fceb6794400318a3cb7
public static class Selector{}Field: NodeKindToken
Section titled “Field: NodeKindToken”Original lines: 48-49
Declaration hash: sha256:a7de8296f99870e733b5cd57bbad15a2f486f05295a8fd4a8bb5a2ea91cb4b43
public const string NodeKindToken = global::BitQuirky.Behavior.Nodes.BehaviorNodeKindTokens.Selector;Field: Kind
Section titled “Field: Kind”Original lines: 52
Declaration hash: sha256:d31272ed1d9da54850b560e17730ad7397ca7d5243edfea90e45fe3c6d169b10
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
public static BehaviorNodeStatus Aggregate(BehaviorNodeStatus latestChildStatus, int currentChildIndex, int totalChildren, out int nextChildIndex);