Represents an action menu option in the UI.
Namespace: Esper.Inventool.UI.UGUI Access: public Type: class Attributes: [RequireComponent(typeof(Button))] Inherits: MonoBehaviour
Esper.Inventool.UI.UGUI
public
class
[RequireComponent(typeof(Button))]
MonoBehaviour
button
Button
The button component.
background
Image
The background image.
icon
The icon image.
label
TextMeshProUGUI
The label text component.
Last updated 4 months ago