A UI object that represents a selectable choice.
Namespace: Esper.FeelSpeak.UI.UGUI Inherits from: MonoBehaviour Type: class
Esper.FeelSpeak.UI.UGUI
MonoBehaviour
class
public
button
Button
The button component.
label
TextMeshProUGUI
The label that displays the choice text.
choice
Choice?
The choice data.
SetChoice(Choice)
void
Sets the choice data and configures the UI components.
Refresh()
Updates the UI objects with current choice data.
Last updated 4 months ago