ButtonStyle: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:ButtonStyleExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |SQUARE |0 |Squared styled button. |- |SQUARE_LIGHT |1 |Squared styled button with a light middle. |- |ROUNDED_CORNER |2 |Button with rounded corners. |- |ROUND_EDGE |3 |Button left and right side of button is round. |- |RADIENT |4 | |- |SIMPLE |5 |Squared styled button, with hard colored edges. |- |}") |
(No difference)
|
Latest revision as of 13:40, 5 July 2025
Enum
| Name | Value | Description |
|---|---|---|
| SQUARE | 0 | Squared styled button. |
| SQUARE_LIGHT | 1 | Squared styled button with a light middle. |
| ROUNDED_CORNER | 2 | Button with rounded corners. |
| ROUND_EDGE | 3 | Button left and right side of button is round. |
| RADIENT | 4 | |
| SIMPLE | 5 | Squared styled button, with hard colored edges. |