API Documentation for: 0.0.1
Show:

UIElementSettings Class

Defined in: UIElementSettings:5
Namespace: cloudkid

The UI Item Settings which is the positioning settings used to adjust each element

Properties

centeredHorizontally

Boolean

If the UI element is centered horizontally

Default: false

horiAlign

String

Defined in horiAlign:21

What horizontal screen location the item should be aligned to: "left", "center", "right"

maxScale

Number

Defined in maxScale:34

Maximum scale allowed in physical size

Default: 1

minScale

Number

Defined in minScale:41

Minimum scale allowed in physical size

Default: 1

titleSafe

Boolean

Defined in titleSafe:27

If this element should be aligned to the title safe area, not the actual screen

Default: false

vertAlign

String

Defined in vertAlign:15

What vertical screen location the item should be aligned to: "top", "center", "bottom"