Element Selector
class ElementSelector<T : Options, Enum<T>>(parent: ModuleButton, setting: SelectorSetting<T>) : Element<SelectorSetting<T>>
Provides a selector element.
Author
Aton
Constructors
Functions
Link copied to clipboard
Sets up the rendering of the element and dispatches rendering of the individual implementations.
Link copied to clipboard
Handles interaction with this element. Returns true if interacted with the element to cancel further interactions.
Link copied to clipboard