Action Menu Option UGUI
🎛️ ActionMenuOptionUGUI Class
Represents an action menu option in the UI.
Namespace:
Esper.Inventool.UI.UGUI
Access:public
Type:class
Attributes:[RequireComponent(typeof(Button))]
Inherits:MonoBehaviour
📦 Fields
Access
Field
Type
Description
public
button
Button
The button component.
public
background
Image
The background image.
public
icon
Image
The icon image.
public
label
TextMeshProUGUI
The label text component.
Last updated