BehaviorDebugTickControl.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Diagnostics/BehaviorDebugTickControl.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorDebugTickControl
Section titled “Type: BehaviorDebugTickControl”Original lines: 55-295
Declaration hash: sha256:e6b61b705196b58ea3367d43f7c8be95fa9f2b2d93508eab381358b15954facc
public sealed class BehaviorDebugTickControl{}Method: IsPaused(int followerId)
Section titled “Method: IsPaused(int followerId)”Original lines: 82-85
Declaration hash: sha256:9942f974dbb576685997e22e445a3d5ab083c44be8915ded76c7387ae9e0252b
public bool IsPaused(int followerId);Method: Pause(int followerId)
Section titled “Method: Pause(int followerId)”Original lines: 88-103
Declaration hash: sha256:a3858370eec27f1fa01def8805dafff0aee96a4c03b180ccd4996dbd564c862d
public void Pause(int followerId);Method: Resume(int followerId)
Section titled “Method: Resume(int followerId)”Original lines: 106-112
Declaration hash: sha256:5f9a7a246ad02a28a3066a656425f8fa7a206b60748d2faf89ec39d933945f48
public void Resume(int followerId);Method: Step(int followerId)
Section titled “Method: Step(int followerId)”Original lines: 120-131
Declaration hash: sha256:c1a4d33bebc927def652c927ad263ce94ae4d218eb02453ef0c9ded45a7b90ed
public void Step(int followerId);Method: ShouldTickThisFrame(int followerId)
Section titled “Method: ShouldTickThisFrame(int followerId)”Original lines: 140-143
Declaration hash: sha256:7956cfd873dccbb56498844d0a7d762a958c0681b27106a431fc06bc22160b1b
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
public bool ShouldTickThisFrame(int followerId, out bool consumesStepCredit);Method: ConsumeStepCredit(int followerId)
Section titled “Method: ConsumeStepCredit(int followerId)”Original lines: 172-180
Declaration hash: sha256:54cdb4fa748e280237b6e1bb38d65c8f67d20885d7f104cd97bc173b25a7fc2a
public void ConsumeStepCredit(int followerId);Method: ClearFollower(int followerId)
Section titled “Method: ClearFollower(int followerId)”Original lines: 187-200
Declaration hash: sha256:ffc025f428f403da87a20e1058efec0176797f9354f7691cca62422ec111145b
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
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
public void NotifyNodeEntered(int followerId, int nodeIndex);