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

BehaviorDebugTickControlAdapter.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:331e95cea0dd37ba23991878ff90e055924a104348279eeead139d7687596de1

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

Original lines: 45-88

Declaration hash: sha256:769a67bdd59d1e4260d4384d0bd43fe17ad38d111ebc83caac9305247720b743

C#
public sealed class BehaviorDebugTickControlAdapter : IBehaviorGraphDebugControl
{
}

Method: BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control)

Section titled “Method: BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control)”

Original lines: 60-65

Declaration hash: sha256:99fca414ce54d1245def96b4b641d4dd5289a70158c3153f5dbc206f8d45eced

C#
public BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control);

Original lines: 72

Declaration hash: sha256:a3858370eec27f1fa01def8805dafff0aee96a4c03b180ccd4996dbd564c862d

C#
public void Pause(int followerId);

Original lines: 75

Declaration hash: sha256:5f9a7a246ad02a28a3066a656425f8fa7a206b60748d2faf89ec39d933945f48

C#
public void Resume(int followerId);

Original lines: 78

Declaration hash: sha256:c1a4d33bebc927def652c927ad263ce94ae4d218eb02453ef0c9ded45a7b90ed

C#
public void Step(int followerId);

Original lines: 81

Declaration hash: sha256:9942f974dbb576685997e22e445a3d5ab083c44be8915ded76c7387ae9e0252b

C#
public bool IsPaused(int followerId);

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

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

Original lines: 84-85

Declaration hash: sha256:a16b47c51bf41ae1350d7376246874c77502ccde54e773b512c65ae0ed55a294

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