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/Editor/BehaviorTreeBreakpointService.cs

Source file hash: sha256:e9a772dfb562c472faeee313badc196195843303afbb753c2aaa6c9ad2a37cfb

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

Original lines: 53-174

Declaration hash: sha256:f7eacc1dfc756c455b20316a83863ec557905a8e02707c039d68d1a45f612ebe

C#
public sealed class BehaviorTreeBreakpointService
{
}

Original lines: 67

Declaration hash: sha256:e2249bba1f74473313dc937928cdc996111d96e825f4fa95acfafd50bff44b42

C#
public event Action<AssetGuid> AssetBreakpointsChanged;

Method: Set(Guid assetGuid, string nodeId)

Section titled “Method: Set(Guid assetGuid, string nodeId)”

Original lines: 74-82

Declaration hash: sha256:c439531081ea50602d1a37075d00192bc32b110098c51ffde57b17d4ac58c5b0

C#
public void Set(AssetGuid assetGuid, string nodeId);

Method: Clear(Guid assetGuid, string nodeId)

Section titled “Method: Clear(Guid assetGuid, string nodeId)”

Original lines: 85-93

Declaration hash: sha256:a0ffe010b033cdea66d6731d6bcd910df92e3a5a6d5a0578a0eab8a5c5c29c02

C#
public void Clear(AssetGuid assetGuid, string nodeId);

Original lines: 96-104

Declaration hash: sha256:fb5ff17142539e3ddf0318087cf3b2bf477210db3820051d7c4ff7837e0f685a

C#
public void ClearAll(AssetGuid assetGuid);

Method: Toggle(Guid assetGuid, string nodeId)

Section titled “Method: Toggle(Guid assetGuid, string nodeId)”

Original lines: 107-111

Declaration hash: sha256:49a74a138e03b3d7a936c632bb0751af44e26991a35df4f266a9edb958f5333d

C#
public void Toggle(AssetGuid assetGuid, string nodeId);

Method: IsSet(Guid assetGuid, string nodeId)

Section titled “Method: IsSet(Guid assetGuid, string nodeId)”

Original lines: 118-123

Declaration hash: sha256:75d7648211b906c28426d6e0851e81107ed7b6b2c85067711c7320e4271d334a

C#
public bool IsSet(AssetGuid assetGuid, string nodeId);

Original lines: 126-130

Declaration hash: sha256:e0bbf1e0ba905e8c0f887d0ed549e33a6468345fe4ec0c46c4daf93cbeff0764

C#
public IReadOnlyCollection<string> EnumerateForAsset(AssetGuid assetGuid);

Original lines: 133-137

Declaration hash: sha256:3d8744f47e84e2da628160eb74a5651d48a2ca087719dba18c711b62e57c8ace

C#
public bool HasAnyForAsset(AssetGuid assetGuid);
Full-size image