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

Original file: Packages/io.bitquirky.behavior/Runtime/Diagnostics/BehaviorDebugTickControl.cs

Source file hash: sha256:b0efe3e6c46c5130a1ac605618c4ad3cc4658ebbd70c099546e9eb8b1c7c7862

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

Original lines: 55-295

Declaration hash: sha256:e6b61b705196b58ea3367d43f7c8be95fa9f2b2d93508eab381358b15954facc

C#
public sealed class BehaviorDebugTickControl
{
}

Original lines: 82-85

Declaration hash: sha256:9942f974dbb576685997e22e445a3d5ab083c44be8915ded76c7387ae9e0252b

C#
public bool IsPaused(int followerId);

Original lines: 88-103

Declaration hash: sha256:a3858370eec27f1fa01def8805dafff0aee96a4c03b180ccd4996dbd564c862d

C#
public void Pause(int followerId);

Original lines: 106-112

Declaration hash: sha256:5f9a7a246ad02a28a3066a656425f8fa7a206b60748d2faf89ec39d933945f48

C#
public void Resume(int followerId);

Original lines: 120-131

Declaration hash: sha256:c1a4d33bebc927def652c927ad263ce94ae4d218eb02453ef0c9ded45a7b90ed

C#
public void Step(int followerId);

Method: ShouldTickThisFrame(int followerId)

Section titled “Method: ShouldTickThisFrame(int followerId)”

Original lines: 140-143

Declaration hash: sha256:7956cfd873dccbb56498844d0a7d762a958c0681b27106a431fc06bc22160b1b

C#
public bool ShouldTickThisFrame(int followerId);

Method: ShouldTickThisFrame(int followerId, out bool consumesStepCredit)

Section titled “Method: ShouldTickThisFrame(int followerId, out bool consumesStepCredit)”

Original lines: 155-165

Declaration hash: sha256:672f1bef1b6727e3cb8ecdac5ce33d4f6cc9b780bcb0aad2955da145559fa0af

C#
public bool ShouldTickThisFrame(int followerId, out bool consumesStepCredit);

Original lines: 172-180

Declaration hash: sha256:54cdb4fa748e280237b6e1bb38d65c8f67d20885d7f104cd97bc173b25a7fc2a

C#
public void ConsumeStepCredit(int followerId);

Original lines: 187-200

Declaration hash: sha256:ffc025f428f403da87a20e1058efec0176797f9354f7691cca62422ec111145b

C#
public void ClearFollower(int followerId);

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

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

Original lines: 213-234

Declaration hash: sha256:a16b47c51bf41ae1350d7376246874c77502ccde54e773b512c65ae0ed55a294

C#
public IDisposable SubscribeNodeEntered(int followerId, Action<int> onNodeEntered);

Method: NotifyNodeEntered(int followerId, int nodeIndex)

Section titled “Method: NotifyNodeEntered(int followerId, int nodeIndex)”

Original lines: 241-250

Declaration hash: sha256:a79d8307ee928bf6711d2207c27cbf096e8ba42f4d1992e222f8f57ddff9fb27

C#
public void NotifyNodeEntered(int followerId, int nodeIndex);
Full-size image