BehaviorAbortMode.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorAbortMode.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorAbortMode
Section titled “Type: BehaviorAbortMode”Original lines: 14-24
Declaration hash: sha256:797348b51885f643e1dcfd3a9dac4867bab9c947334fa6e874d26524db3f33d7
public enum BehaviorAbortMode : byte{}Field: None
Section titled “Field: None”Original lines: 17
Declaration hash: sha256:bad2c96574768468faefa3b453e98a4fed8adf600061cdd6a0a4b65da641046a
None = 0Field: LowerPriority
Section titled “Field: LowerPriority”Original lines: 20
Declaration hash: sha256:ea308ac699452419118d99eb34df49c8b627b112699041853c865d7e4fc225f7
LowerPriority = 1Field: Self
Section titled “Field: Self”Original lines: 23
Declaration hash: sha256:f2d7950406e322d1d38e4eba4f8365fe15baef129acea62aef25d8b7f0dfc21c
Self = 2Type: BehaviorAbortModeTokens
Section titled “Type: BehaviorAbortModeTokens”Original lines: 35-45
Declaration hash: sha256:7eeab19f9817653c5d05b198fe0b39d0c4a11a2f6eab2bac750eed695050b424
public static class BehaviorAbortModeTokens{}Field: None
Section titled “Field: None”Original lines: 38
Declaration hash: sha256:e90e1abe216d26497efb5eb9c1542bf0a43fd4b4415c7eae8f311b1fa7d4d262
public const string None = "none";Field: LowerPriority
Section titled “Field: LowerPriority”Original lines: 41
Declaration hash: sha256:67083ad485cc10b6232f44f047bff6679c2101e63a799c22dda7a4b643fa4734
public const string LowerPriority = "lower_priority";Field: Self
Section titled “Field: Self”Original lines: 44
Declaration hash: sha256:3322b3f03d8ec75d23cf3c9f3efb7e50a131133e6bc0bb00a3e8d2f2584ab767
public const string Self = "self";