BehaviorTreeBreakpointService.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeBreakpointService.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorTreeBreakpointService
Section titled “Type: BehaviorTreeBreakpointService”Original lines: 53-174
Declaration hash: sha256:f7eacc1dfc756c455b20316a83863ec557905a8e02707c039d68d1a45f612ebe
public sealed class BehaviorTreeBreakpointService{}Event: AssetBreakpointsChanged
Section titled “Event: AssetBreakpointsChanged”Original lines: 67
Declaration hash: sha256:e2249bba1f74473313dc937928cdc996111d96e825f4fa95acfafd50bff44b42
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
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
public void Clear(AssetGuid assetGuid, string nodeId);Method: ClearAll(Guid assetGuid)
Section titled “Method: ClearAll(Guid assetGuid)”Original lines: 96-104
Declaration hash: sha256:fb5ff17142539e3ddf0318087cf3b2bf477210db3820051d7c4ff7837e0f685a
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
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
public bool IsSet(AssetGuid assetGuid, string nodeId);Method: EnumerateForAsset(Guid assetGuid)
Section titled “Method: EnumerateForAsset(Guid assetGuid)”Original lines: 126-130
Declaration hash: sha256:e0bbf1e0ba905e8c0f887d0ed549e33a6468345fe4ec0c46c4daf93cbeff0764
public IReadOnlyCollection<string> EnumerateForAsset(AssetGuid assetGuid);Method: HasAnyForAsset(Guid assetGuid)
Section titled “Method: HasAnyForAsset(Guid assetGuid)”Original lines: 133-137
Declaration hash: sha256:3d8744f47e84e2da628160eb74a5651d48a2ca087719dba18c711b62e57c8ace
public bool HasAnyForAsset(AssetGuid assetGuid);