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

BehaviorNodeExecutionStatus.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Diagnostics/BehaviorNodeExecutionStatus.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Diagnostics/BehaviorNodeExecutionStatus.cs

Source file hash: sha256:9eb69f54f2c539a7a502f4ff06d170832db57b700518b5d21b9be9ae0d7b409e

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

Original lines: 23-44

Declaration hash: sha256:d9553cbbdb2a16e4d043f3f866a402eacc770440d1f49dc32ee1d35fd02be63f

C#
public enum BehaviorNodeExecutionStatus : byte
{
}

Original lines: 26

Declaration hash: sha256:298c41c31acb05aee538fc2126e3e9fd3dde920c1f48c3f8f59da22f089df457

C#
Resting = 0

Original lines: 28

Declaration hash: sha256:bee9df5ca664fb2bce5ff3b8ec7f654f5eee8ad189232324e3f161c7f40e2c58

C#
Running = 1

Original lines: 31

Declaration hash: sha256:b485c21adaad56939cb4ed4f3b03d2769303a252065e4e53a4dc7b4e999970d4

C#
Success = 2

Original lines: 34

Declaration hash: sha256:abf7b15fe2ca90ebb0769b75b1cef1ede114c5b91243a59a5c91816a5fb0db92

C#
Failure = 3

Original lines: 37

Declaration hash: sha256:6e90ea56f85b3625d7db630e64d8c168eac06fa751557de358eab157f9c7303a

C#
Canceled = 4

Original lines: 40

Declaration hash: sha256:39897252f0acbc295ce6d03ea3aa46c0a7ec021ec9d6a8ffa9557c9324279f1d

C#
Deferred = 5

Original lines: 43

Declaration hash: sha256:02a75c5e6130b819caab7e6b45054cb6b566394bf4831a923b7f3cc7c1fc8d9c

C#
Skipped = 6
Full-size image