BehaviorGraphDebuggerWindow.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorGraphDebuggerWindow.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorGraphDebuggerWindow
Section titled “Type: BehaviorGraphDebuggerWindow”Original lines: 71-1207
Declaration hash: sha256:faa4f9c522900635187156e451c8b2206cea08447ab56b1088abe88669cc0b44
public sealed class BehaviorGraphDebuggerWindow : EditorWindow{}Method: OpenForBinding(IBehaviorGraphDebuggerBinding binding)
Section titled “Method: OpenForBinding(IBehaviorGraphDebuggerBinding binding)”Original lines: 140-154
Declaration hash: sha256:9ac33674594a94b1f25338a37cdfe0410854900857b26dfe1e76eda8bd1ae219
public static BehaviorGraphDebuggerWindow OpenForBinding(IBehaviorGraphDebuggerBinding binding);Method: Bind(IBehaviorGraphDebuggerBinding binding)
Section titled “Method: Bind(IBehaviorGraphDebuggerBinding binding)”Original lines: 219-245
Declaration hash: sha256:843959184049b7ff5e42393ee1b007f94470a3d0840fcb0eac25faf4d47488fc
public void Bind(IBehaviorGraphDebuggerBinding binding);Method: BuildGraphDefinition(BakedBehaviorArtifact artifact)
Section titled “Method: BuildGraphDefinition(BakedBehaviorArtifact artifact)”Original lines: 1076-1081
Declaration hash: sha256:8177e7e6eca932fc2214c42ad4215a0904a29482b92768159e4e2267f13221ed
public static GraphDefinition BuildGraphDefinition(BakedBehaviorArtifact artifact);