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

BlackboardEnumDropdown.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardEnumDropdown.cs

Source file hash: sha256:9e6bc4cf973698d26a4aed3a704ae27ede28508870457ee18f650b0885d0be4b

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

Original lines: 29-346

Declaration hash: sha256:9b0c6034f17dacce97be449c46a38a6e655ac46316d198963eb79d384c13d523

C#
public sealed class BlackboardEnumDropdown : VisualElement
{
}

Method: BlackboardEnumDropdown(Type enumType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)

Section titled “Method: BlackboardEnumDropdown(Type enumType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)”

Original lines: 49-113

Declaration hash: sha256:3b19a903624c187a0beaea7814fb821240a695e21bbac125687ad27adb981ae5

C#
public BlackboardEnumDropdown(Type enumType, string payload, Action<string> commit, BlackboardValueEditorHost host = null, string statePath = null);

Original lines: 120

Declaration hash: sha256:650a772145e5e588632f42dad17ed940171c99dab1bcf7a4b5b0413960ddcc70

C#
public bool IsMenuOpen { get; }

Original lines: 123-126

Declaration hash: sha256:4d21c3954a880f2b42ee4632bc5ba61e2de9afb4014769534b01c3831373e6a1

C#
public IReadOnlyList<string> MemberNames { get; }

Original lines: 129-147

Declaration hash: sha256:bb35eac65e6c36f4e0bd90bae035f3a6d779ab60a0d937a9912cfbd8001c45d6

C#
public void SetMenuOpen(bool open);

Original lines: 155-177

Declaration hash: sha256:68b438e3cf6151b94e97b34ec96a440a07ef526ebc115ec30194802c6760172a

C#
public void ChooseMember(string memberName);
Full-size image