BlackboardEnumDropdown.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardEnumDropdown.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BlackboardEnumDropdown
Section titled “Type: BlackboardEnumDropdown”Original lines: 29-346
Declaration hash: sha256:9b0c6034f17dacce97be449c46a38a6e655ac46316d198963eb79d384c13d523
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
public BlackboardEnumDropdown(Type enumType, string payload, Action<string> commit, BlackboardValueEditorHost host = null, string statePath = null);Property: IsMenuOpen
Section titled “Property: IsMenuOpen”Original lines: 120
Declaration hash: sha256:650a772145e5e588632f42dad17ed940171c99dab1bcf7a4b5b0413960ddcc70
public bool IsMenuOpen { get; }Property: MemberNames
Section titled “Property: MemberNames”Original lines: 123-126
Declaration hash: sha256:4d21c3954a880f2b42ee4632bc5ba61e2de9afb4014769534b01c3831373e6a1
public IReadOnlyList<string> MemberNames { get; }Method: SetMenuOpen(bool open)
Section titled “Method: SetMenuOpen(bool open)”Original lines: 129-147
Declaration hash: sha256:bb35eac65e6c36f4e0bd90bae035f3a6d779ab60a0d937a9912cfbd8001c45d6
public void SetMenuOpen(bool open);Method: ChooseMember(string memberName)
Section titled “Method: ChooseMember(string memberName)”Original lines: 155-177
Declaration hash: sha256:68b438e3cf6151b94e97b34ec96a440a07ef526ebc115ec30194802c6760172a
public void ChooseMember(string memberName);