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

BehaviorMemberBlackboardPresenter.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorMemberBlackboardPresenter.cs

Source file hash: sha256:d425bfc13e8da189711287cdc97f2add789cc4cc0c3b7eda547536a7a2d46876

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

Original lines: 29-842

Declaration hash: sha256:c00e2af94afee2704d3b28c7bec404eb159610c03190b375ee6f7ca4cdc2e689

C#
public sealed class BehaviorMemberBlackboardPresenter : VisualElement
{
}

Original lines: 47

Declaration hash: sha256:ab4bdba56cba226b42f3b157e501c696e1a06a909edb364020fa4bac621901b7

C#
public event Action BindMemberRequested;

Original lines: 50

Declaration hash: sha256:f9ad898459022dfabdb68b1eb64eb7984cf030c1a99e78a217794787ab743566

C#
public event Action<string, string> RenameRequested;

Original lines: 53

Declaration hash: sha256:49cb48390769c7ea0ebb28a372267108b5790b474b564a2f3450a10a2ed20fca

C#
public event Action<string> UnbindRequested;

Original lines: 59

Declaration hash: sha256:0b6167fee33692900ebfe8d4e57629253fcc4b89e06b9971ce250248c36a6539

C#
public event Action<string> GoToNodeRequested;

Method: BehaviorMemberBlackboardPresenter()

Section titled “Method: BehaviorMemberBlackboardPresenter()”

Original lines: 68-72

Declaration hash: sha256:23991e9594ea88826b65cea7c156194a7fee000634bf6f517540c0fa5b007781

C#
public BehaviorMemberBlackboardPresenter();

Method: Bind(BehaviorSourceDocument document)

Section titled “Method: Bind(BehaviorSourceDocument document)”

Original lines: 75-136

Declaration hash: sha256:75ee04cf8affb022f4476b27204a6c1df59ada91ebeef187cbc404bbe096b2b5

C#
public void Bind(BehaviorSourceDocument document);

Method: SurfacedEntries(BehaviorSourceDocument document)

Section titled “Method: SurfacedEntries(BehaviorSourceDocument document)”

Original lines: 143-164

Declaration hash: sha256:6260b3437be5cc39c5ac6e245a8ce972fa28c56be8fa9d71349440b829868315

C#
public static IReadOnlyList<BehaviorMemberVariableCandidate> SurfacedEntries(BehaviorSourceDocument document);
Full-size image