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

IBehaviorEntityDebuggerCapabilities.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Entity/IBehaviorEntityDebuggerCapabilities.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Entity/IBehaviorEntityDebuggerCapabilities.cs

Source file hash: sha256:a4083556a06f0ea82f69873e84bd99d4715e77ba52f7416b4373ab11506f8b4e

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

Original lines: 17-30

Declaration hash: sha256:739b1e532c1181ba6f672b1af38dccfdbff8ee5cddff4adf677308568cad3845

C#
public interface IBehaviorEntityNodeStatusCapability
{
}

Original lines: 23

Declaration hash: sha256:0d5a5b68d937a4b3d20a0bbed0cea421489ae8744ddda1180e182c005531ee57

C#
IReadOnlyList<BehaviorNodeExecutionStatus> ReadNodeExecutionStatuses();

Original lines: 29

Declaration hash: sha256:a1b8750049088f5bcffa48916e5ef18775050cc16b65a937b210b5f527fccec3

C#
int DeepestExecutedNodeIndex { get; }

Original lines: 41-48

Declaration hash: sha256:31ace1dbe576c24e15b767890aa5a6552d498d4160c35fd6e64dbd326cd536cb

C#
public interface IBehaviorEntityIdentityCapability
{
}

Original lines: 47

Declaration hash: sha256:235dee9d3f31bd908f5039310e658cfec0a7977f0ecacb8310ea89af52b3e5e2

C#
BehaviorEntityIdentitySnapshot Identity { get; }

Original lines: 60-91

Declaration hash: sha256:734ab44c79c07db77cf416ec89409a3c8b65d45f6982ae1ccfa9f0d05bf586cf

C#
public interface IBehaviorEntityLifecycleCapability
{
}

Original lines: 63

Declaration hash: sha256:a24188ddcb045aa4c42a78ce4fca3691409002d1fcca9a6e6ee9ee5fec2c2c25

C#
BehaviorEntityBindingLifecycle Lifecycle { get; }

Original lines: 66

Declaration hash: sha256:77b371bce4c5aeab0d801e3b6a90db59c0d0a598a04a38d544e8077daf3327a3

C#
string LifecycleMessage { get; }

Original lines: 72

Declaration hash: sha256:101b9bb7a43a687023e8afc3deee1bb400dc19ae58b8226f39bae87a0e721522

C#
long SnapshotVersion { get; }

Original lines: 78

Declaration hash: sha256:50ea7481ade39c3dd1d412fcf4d021756cdc4177d2fa240e99908092190efd0f

C#
void Refresh();

Original lines: 84

Declaration hash: sha256:3fd72c3454794fa2ab75d73f876cc50cc5dc8e77bdd95090a2c8505d08f34b91

C#
IReadOnlyList<BehaviorRecentEventSnapshot> ReadRecentEvents();

Original lines: 90

Declaration hash: sha256:46560f199360ff98da50bbc691f9de18d77e04c5ef4436db822e92ccf9657b7e

C#
IReadOnlyList<BehaviorBlackboardFieldSnapshot> ReadBlackboardDesignFields();
Full-size image