IBehaviorGraphDebugControl.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/IBehaviorGraphDebugControl.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: IBehaviorGraphDebugControl
Section titled “Type: IBehaviorGraphDebugControl”Original lines: 44-69
Declaration hash: sha256:4375cbce3e8cf1b0b2743c23fd950d65b656e821f1b71501716e0a725356ac5a
public interface IBehaviorGraphDebugControl{}Method: Pause(int followerId)
Section titled “Method: Pause(int followerId)”Original lines: 47
Declaration hash: sha256:43c10849965b8eaeca4252f17a96b6e232c367318368d3028ebf1beb0730b0f3
void Pause(int followerId);Method: Resume(int followerId)
Section titled “Method: Resume(int followerId)”Original lines: 50
Declaration hash: sha256:c14a745c4c542bca78a6e7f6b9182501ebb2b7d3eefa9872c1930617f32805d3
void Resume(int followerId);Method: Step(int followerId)
Section titled “Method: Step(int followerId)”Original lines: 56
Declaration hash: sha256:7affefe7645093c25aa9fa6d3b87bda05d5ae82c3f1d4779992741104c5b5f7f
void Step(int followerId);Method: IsPaused(int followerId)
Section titled “Method: IsPaused(int followerId)”Original lines: 59
Declaration hash: sha256:0d7687c03c20d993a88ea715693d4e001cad2a5bf87c51d64a03e230c5b7ff4f
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
IDisposable SubscribeNodeEntered(int followerId, Action<int> onNodeEntered);