Enums
Color​
Label | Value |
---|---|
EGUI.Color.Primary | primary |
EGUI.Color.Secondary | secondary |
EGUI.Color.Success | success |
EGUI.Color.Danger | fanger |
EGUI.Color.Warning | warning |
Alignment​
Label | Value |
---|---|
EGUI.Alignment.TopLeft | topLeft |
EGUI.Alignment.TopRight | topRight |
EGUI.Alignment.BottomLeft | bottomLeft |
EGUI.Alignment.BottomRight | bottomRight |
Button Style​
Label | Value |
---|---|
EGUI.Button.Styles.Default | default |
EGUI.Button.Styles.Rounded | rounded |
EGUI.Button.Styles.Outline | outline |
Input Type​
Label | Value |
---|---|
EGUI.Input.Types.Text | text |
EGUI.Input.Types.Password | password |
Image Fit​
Label | Value |
---|---|
EGUI.Image.Fit.None | none |
EGUI.Image.Fit.Contain | contain |
EGUI.Image.Fit.Cover | cover |
EGUI.Image.Fit.Fill | fill |
EGUI.Image.Fit.ScaleDown | scale-down |