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

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

Source file hash: sha256:589de0259b37dbdffbf767048af383a6ef841ec855a7321a993ed1ed87644afe

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

Original lines: 23-39

Declaration hash: sha256:d262d7e4ad13fe2c1f49993bfeffd5400e1b0e2e508d77f5a797ec4d0a2d8ddd

C#
public readonly struct HostedResultEventChoice
{
}

Original lines: 26

Declaration hash: sha256:085f8aea91221dd22418fe601a07edebf42e8294e05eb4f04c5307f1178aac59

C#
public readonly string EventId;

Original lines: 29

Declaration hash: sha256:80f10135bd7d1be3b1baee59edab317b680339d707ee09819889e97ed698db29

C#
public readonly string ResultLabel;

Method: HostedResultEventChoice(string eventId, string resultLabel)

Section titled “Method: HostedResultEventChoice(string eventId, string resultLabel)”

Original lines: 34-38

Declaration hash: sha256:20dfb00314b2c2105b91b605836bc1f825da445b8d04d99eb1c89b44326247a5

C#
public HostedResultEventChoice(string eventId, string resultLabel);

Original lines: 59-278

Declaration hash: sha256:b021f24921d7f6de92c2d3c62faf94b1f06f20c653bbcfb3f3094826190163a6

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class HostedResultEventPickerPopover
{
}

Original lines: 79

Declaration hash: sha256:03e083a8d138d5d78e1fe80e9bd1178f3183cace08b9e031538ae547c8d7bdb0

C#
public event Action<string> EventChosen;

Original lines: 86-110

Declaration hash: sha256:6d4eb7973a1becb3ad774bf48e4e77f5de85cd4c7bcc2a7a83d34b617f0338f6

C#
public HostedResultEventPickerPopover();

Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<HostedResultEventChoice> choices, string currentEventId)

Section titled “Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<HostedResultEventChoice> choices, string currentEventId)”

Original lines: 123-160

Declaration hash: sha256:25879a9c06dfa664db29b70a563e03c0753389df2d818b2399935bccf7f65364

C#
public void Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<HostedResultEventChoice> choices, string currentEventId);

Original lines: 163-166

Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc

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