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

BehaviorTreeIssuesPopover.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:2818744653f658717c109ac89e11a805908571d2edac39ecbc1faeb71613840e

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

Original lines: 43-139

Declaration hash: sha256:b869e268bbfda95607aceeb74704bd42d7e46a5f7403a52cee7c8514f9366622

C#
public sealed class BehaviorTreeIssuesPopover
{
}

Original lines: 56-60

Declaration hash: sha256:06fc614c51b8c1726dac85f98697e2b427e85dc9de56743f78adbf659b22f67e

C#
public event Action<BehaviorEditorIssue> OnIssueActivated { add; remove; }

Original lines: 71-80

Declaration hash: sha256:5c12b2fd702f1712114b5de14fd0bef836cffb01640bfc5dffee89c8c66ada70

C#
public BehaviorTreeIssuesPopover();

Original lines: 87

Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae

C#
public bool IsOpen { get; }

Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<BehaviorEditorIssue> issues)

Section titled “Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<BehaviorEditorIssue> issues)”

Original lines: 94-120

Declaration hash: sha256:297b34c20142840ecc254d8b7b4d1b85fccdeca89895c888d41932faacf81e60

C#
public void Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<BehaviorEditorIssue> issues);

Original lines: 123-126

Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc

C#
public void Close();
Full-size image