IBehaviorEntityDebuggerCapabilities.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Entity/IBehaviorEntityDebuggerCapabilities.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: IBehaviorEntityNodeStatusCapability
Section titled “Type: IBehaviorEntityNodeStatusCapability”Original lines: 17-30
Declaration hash: sha256:739b1e532c1181ba6f672b1af38dccfdbff8ee5cddff4adf677308568cad3845
public interface IBehaviorEntityNodeStatusCapability{}Method: ReadNodeExecutionStatuses()
Section titled “Method: ReadNodeExecutionStatuses()”Original lines: 23
Declaration hash: sha256:0d5a5b68d937a4b3d20a0bbed0cea421489ae8744ddda1180e182c005531ee57
IReadOnlyList<BehaviorNodeExecutionStatus> ReadNodeExecutionStatuses();Property: DeepestExecutedNodeIndex
Section titled “Property: DeepestExecutedNodeIndex”Original lines: 29
Declaration hash: sha256:a1b8750049088f5bcffa48916e5ef18775050cc16b65a937b210b5f527fccec3
int DeepestExecutedNodeIndex { get; }Type: IBehaviorEntityIdentityCapability
Section titled “Type: IBehaviorEntityIdentityCapability”Original lines: 41-48
Declaration hash: sha256:31ace1dbe576c24e15b767890aa5a6552d498d4160c35fd6e64dbd326cd536cb
public interface IBehaviorEntityIdentityCapability{}Property: Identity
Section titled “Property: Identity”Original lines: 47
Declaration hash: sha256:235dee9d3f31bd908f5039310e658cfec0a7977f0ecacb8310ea89af52b3e5e2
BehaviorEntityIdentitySnapshot Identity { get; }Type: IBehaviorEntityLifecycleCapability
Section titled “Type: IBehaviorEntityLifecycleCapability”Original lines: 60-91
Declaration hash: sha256:734ab44c79c07db77cf416ec89409a3c8b65d45f6982ae1ccfa9f0d05bf586cf
public interface IBehaviorEntityLifecycleCapability{}Property: Lifecycle
Section titled “Property: Lifecycle”Original lines: 63
Declaration hash: sha256:a24188ddcb045aa4c42a78ce4fca3691409002d1fcca9a6e6ee9ee5fec2c2c25
BehaviorEntityBindingLifecycle Lifecycle { get; }Property: LifecycleMessage
Section titled “Property: LifecycleMessage”Original lines: 66
Declaration hash: sha256:77b371bce4c5aeab0d801e3b6a90db59c0d0a598a04a38d544e8077daf3327a3
string LifecycleMessage { get; }Property: SnapshotVersion
Section titled “Property: SnapshotVersion”Original lines: 72
Declaration hash: sha256:101b9bb7a43a687023e8afc3deee1bb400dc19ae58b8226f39bae87a0e721522
long SnapshotVersion { get; }Method: Refresh()
Section titled “Method: Refresh()”Original lines: 78
Declaration hash: sha256:50ea7481ade39c3dd1d412fcf4d021756cdc4177d2fa240e99908092190efd0f
void Refresh();Method: ReadRecentEvents()
Section titled “Method: ReadRecentEvents()”Original lines: 84
Declaration hash: sha256:3fd72c3454794fa2ab75d73f876cc50cc5dc8e77bdd95090a2c8505d08f34b91
IReadOnlyList<BehaviorRecentEventSnapshot> ReadRecentEvents();Method: ReadBlackboardDesignFields()
Section titled “Method: ReadBlackboardDesignFields()”Original lines: 90
Declaration hash: sha256:46560f199360ff98da50bbc691f9de18d77e04c5ef4436db822e92ccf9657b7e
IReadOnlyList<BehaviorBlackboardFieldSnapshot> ReadBlackboardDesignFields();