ButtonStyle

From Crumbled World Wiki
Revision as of 13:40, 5 July 2025 by Anders (talk | contribs) (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. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ButtonStyleExampleCode

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.