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

IBehaviorGraphDebugControl.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/IBehaviorGraphDebugControl.cs

Source file hash: sha256:6a813e23104788260c45b2dfb2ef34023b5c93e2fe45a6b280203554d5ef0ea9

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

Original lines: 44-69

Declaration hash: sha256:4375cbce3e8cf1b0b2743c23fd950d65b656e821f1b71501716e0a725356ac5a

C#
public interface IBehaviorGraphDebugControl
{
}

Original lines: 47

Declaration hash: sha256:43c10849965b8eaeca4252f17a96b6e232c367318368d3028ebf1beb0730b0f3

C#
void Pause(int followerId);

Original lines: 50

Declaration hash: sha256:c14a745c4c542bca78a6e7f6b9182501ebb2b7d3eefa9872c1930617f32805d3

C#
void Resume(int followerId);

Original lines: 56

Declaration hash: sha256:7affefe7645093c25aa9fa6d3b87bda05d5ae82c3f1d4779992741104c5b5f7f

C#
void Step(int followerId);

Original lines: 59

Declaration hash: sha256:0d7687c03c20d993a88ea715693d4e001cad2a5bf87c51d64a03e230c5b7ff4f

C#
bool IsPaused(int followerId);

Method: SubscribeNodeEntered(int followerId, Action<int> onNodeEntered)

Section titled “Method: SubscribeNodeEntered(int followerId, Action<int> onNodeEntered)”

Original lines: 68

Declaration hash: sha256:708c716dc69f2d70d1c2822ca2f0efd2087f36045f2e0f47941fbf395d33dcef

C#
IDisposable SubscribeNodeEntered(int followerId, Action<int> onNodeEntered);
Full-size image