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

Inverter.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:62b9de3a5359432724e0606dc718ca24df65c178a8b95b607a1c9625dd7eb5e3

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

Original lines: 38-64

Declaration hash: sha256:c67ae2d2b8093c79c224555daf6c6a9b8077e82e3d84d0ffc97eda1f1c19ad2f

C#
public static class Inverter
{
}

Original lines: 41-42

Declaration hash: sha256:08e48baacd8755be052cfc434c66c495755bc6279f59843be4d5a4ef9559b9f4

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

Original lines: 45

Declaration hash: sha256:ae25501b70555a9762f6ba6535455caf8dfebcc2cac096a900661fd321334309

C#
public const BakedNodeKind Kind = BakedNodeKind.Inverter;

Method: Decorate(BehaviorNodeStatus childStatus)

Section titled “Method: Decorate(BehaviorNodeStatus childStatus)”

Original lines: 52-63

Declaration hash: sha256:a692a65101ed83ed17218069f9db32b06a01171190608f38238e7fdc73e67faa

C#
public static BehaviorNodeStatus Decorate(BehaviorNodeStatus childStatus);
Full-size image