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

BehaviorAbortMode.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorAbortMode.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorAbortMode.cs

Source file hash: sha256:5dee8d3635ded4b753b89a5d253db9a0d093b143a794b93cd8642df954f3a7ab

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

Original lines: 14-24

Declaration hash: sha256:797348b51885f643e1dcfd3a9dac4867bab9c947334fa6e874d26524db3f33d7

C#
public enum BehaviorAbortMode : byte
{
}

Original lines: 17

Declaration hash: sha256:bad2c96574768468faefa3b453e98a4fed8adf600061cdd6a0a4b65da641046a

C#
None = 0

Original lines: 20

Declaration hash: sha256:ea308ac699452419118d99eb34df49c8b627b112699041853c865d7e4fc225f7

C#
LowerPriority = 1

Original lines: 23

Declaration hash: sha256:f2d7950406e322d1d38e4eba4f8365fe15baef129acea62aef25d8b7f0dfc21c

C#
Self = 2

Original lines: 35-45

Declaration hash: sha256:7eeab19f9817653c5d05b198fe0b39d0c4a11a2f6eab2bac750eed695050b424

C#
public static class BehaviorAbortModeTokens
{
}

Original lines: 38

Declaration hash: sha256:e90e1abe216d26497efb5eb9c1542bf0a43fd4b4415c7eae8f311b1fa7d4d262

C#
public const string None = "none";

Original lines: 41

Declaration hash: sha256:67083ad485cc10b6232f44f047bff6679c2101e63a799c22dda7a4b643fa4734

C#
public const string LowerPriority = "lower_priority";

Original lines: 44

Declaration hash: sha256:3322b3f03d8ec75d23cf3c9f3efb7e50a131133e6bc0bb00a3e8d2f2584ab767

C#
public const string Self = "self";
Full-size image