Inverter.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Decorator/Inverter.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: Inverter
Section titled “Type: Inverter”Original lines: 38-64
Declaration hash: sha256:c67ae2d2b8093c79c224555daf6c6a9b8077e82e3d84d0ffc97eda1f1c19ad2f
public static class Inverter{}Field: NodeKindToken
Section titled “Field: NodeKindToken”Original lines: 41-42
Declaration hash: sha256:08e48baacd8755be052cfc434c66c495755bc6279f59843be4d5a4ef9559b9f4
public const string NodeKindToken = global::BitQuirky.Behavior.Nodes.BehaviorNodeKindTokens.Inverter;Field: Kind
Section titled “Field: Kind”Original lines: 45
Declaration hash: sha256:ae25501b70555a9762f6ba6535455caf8dfebcc2cac096a900661fd321334309
public const BakedNodeKind Kind = BakedNodeKind.Inverter;Method: Decorate(BehaviorNodeStatus childStatus)
Section titled “Method: Decorate(BehaviorNodeStatus childStatus)”Original lines: 52-63
Declaration hash: sha256:a692a65101ed83ed17218069f9db32b06a01171190608f38238e7fdc73e67faa
public static BehaviorNodeStatus Decorate(BehaviorNodeStatus childStatus);