BehaviorDebugTickControlAdapter.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorDebugTickControlAdapter.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorDebugTickControlAdapter
Section titled “Type: BehaviorDebugTickControlAdapter”Original lines: 45-88
Declaration hash: sha256:769a67bdd59d1e4260d4384d0bd43fe17ad38d111ebc83caac9305247720b743
public sealed class BehaviorDebugTickControlAdapter : IBehaviorGraphDebugControl{}Method: BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control)
Section titled “Method: BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control)”Original lines: 60-65
Declaration hash: sha256:99fca414ce54d1245def96b4b641d4dd5289a70158c3153f5dbc206f8d45eced
public BehaviorDebugTickControlAdapter(BehaviorDebugTickControl control);Method: Pause(int followerId)
Section titled “Method: Pause(int followerId)”Original lines: 72
Declaration hash: sha256:a3858370eec27f1fa01def8805dafff0aee96a4c03b180ccd4996dbd564c862d
public void Pause(int followerId);Method: Resume(int followerId)
Section titled “Method: Resume(int followerId)”Original lines: 75
Declaration hash: sha256:5f9a7a246ad02a28a3066a656425f8fa7a206b60748d2faf89ec39d933945f48
public void Resume(int followerId);Method: Step(int followerId)
Section titled “Method: Step(int followerId)”Original lines: 78
Declaration hash: sha256:c1a4d33bebc927def652c927ad263ce94ae4d218eb02453ef0c9ded45a7b90ed
public void Step(int followerId);Method: IsPaused(int followerId)
Section titled “Method: IsPaused(int followerId)”Original lines: 81
Declaration hash: sha256:9942f974dbb576685997e22e445a3d5ab083c44be8915ded76c7387ae9e0252b
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
public IDisposable SubscribeNodeEntered(int followerId, Action<int> onNodeEntered);