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.