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

Conditional.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Decorator/Conditional.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Nodes/Decorator/Conditional.cs

Source file hash: sha256:af6fa9409d2c748ccf954025710509c4318d4e04a1889714da28e49d98976972

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

Original lines: 21-39

Declaration hash: sha256:c2f4cc4c8794655915242871303ddc2bbea85a02f9cf7e9374db3dfd2211ba8f

C#
public static class Conditional
{
}

Original lines: 24-25

Declaration hash: sha256:c7991366371b7da07d1263f74ed87805c92b915ae17fa4d45c11db284d5f7bd6

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

Original lines: 28

Declaration hash: sha256:4bbe35f874bb7422b2e436bcabfb5f91c610b718420e8ca54b6a5fc055865455

C#
public const BakedNodeKind Kind = BakedNodeKind.Conditional;

Method: Admit(BehaviorResultCode factResult)

Section titled “Method: Admit(BehaviorResultCode factResult)”

Original lines: 35-38

Declaration hash: sha256:18a2a64ecb0ae00a66aca459ca49cfd582e9288f95565841d59a220b0ca7f432

C#
public static bool Admit(BehaviorResultCode factResult);
Full-size image