HostedResultEventPickerPopover.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/HostedResultEventPickerPopover.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: HostedResultEventChoice
Section titled “Type: HostedResultEventChoice”Original lines: 23-39
Declaration hash: sha256:d262d7e4ad13fe2c1f49993bfeffd5400e1b0e2e508d77f5a797ec4d0a2d8ddd
public readonly struct HostedResultEventChoice{}Field: EventId
Section titled “Field: EventId”Original lines: 26
Declaration hash: sha256:085f8aea91221dd22418fe601a07edebf42e8294e05eb4f04c5307f1178aac59
public readonly string EventId;Field: ResultLabel
Section titled “Field: ResultLabel”Original lines: 29
Declaration hash: sha256:80f10135bd7d1be3b1baee59edab317b680339d707ee09819889e97ed698db29
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
public HostedResultEventChoice(string eventId, string resultLabel);Type: HostedResultEventPickerPopover
Section titled “Type: HostedResultEventPickerPopover”Original lines: 59-278
Declaration hash: sha256:b021f24921d7f6de92c2d3c62faf94b1f06f20c653bbcfb3f3094826190163a6
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class HostedResultEventPickerPopover{}Event: EventChosen
Section titled “Event: EventChosen”Original lines: 79
Declaration hash: sha256:03e083a8d138d5d78e1fe80e9bd1178f3183cace08b9e031538ae547c8d7bdb0
public event Action<string> EventChosen;Method: HostedResultEventPickerPopover()
Section titled “Method: HostedResultEventPickerPopover()”Original lines: 86-110
Declaration hash: sha256:6d4eb7973a1becb3ad774bf48e4e77f5de85cd4c7bcc2a7a83d34b617f0338f6
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
public void Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<HostedResultEventChoice> choices, string currentEventId);Method: Close()
Section titled “Method: Close()”Original lines: 163-166
Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc
public void Close();