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

BehaviorGraphDebuggerWindow.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorGraphDebuggerWindow.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/BehaviorGraphDebuggerWindow.cs

Source file hash: sha256:dea96bcd23f218e7e0dbc8da8067244503ee36be6a15d81788db37ccbfbc2234

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

Original lines: 71-1207

Declaration hash: sha256:faa4f9c522900635187156e451c8b2206cea08447ab56b1088abe88669cc0b44

C#
public sealed class BehaviorGraphDebuggerWindow : EditorWindow
{
}

Method: OpenForBinding(IBehaviorGraphDebuggerBinding binding)

Section titled “Method: OpenForBinding(IBehaviorGraphDebuggerBinding binding)”

Original lines: 140-154

Declaration hash: sha256:9ac33674594a94b1f25338a37cdfe0410854900857b26dfe1e76eda8bd1ae219

C#
public static BehaviorGraphDebuggerWindow OpenForBinding(IBehaviorGraphDebuggerBinding binding);

Method: Bind(IBehaviorGraphDebuggerBinding binding)

Section titled “Method: Bind(IBehaviorGraphDebuggerBinding binding)”

Original lines: 219-245

Declaration hash: sha256:843959184049b7ff5e42393ee1b007f94470a3d0840fcb0eac25faf4d47488fc

C#
public void Bind(IBehaviorGraphDebuggerBinding binding);

Method: BuildGraphDefinition(BakedBehaviorArtifact artifact)

Section titled “Method: BuildGraphDefinition(BakedBehaviorArtifact artifact)”

Original lines: 1076-1081

Declaration hash: sha256:8177e7e6eca932fc2214c42ad4215a0904a29482b92768159e4e2267f13221ed

C#
public static GraphDefinition BuildGraphDefinition(BakedBehaviorArtifact artifact);
Full-size image