Scalars
Scalar values are just byte
, float
, int
etc primitive numeric values and are parsed as such.
style scalars {
LayoutPriority = 5;
ZIndex = -18;
ShadowBlur = 45.66;
ShadowSpread = -33.45f;
}
Scalar values are just byte
, float
, int
etc primitive numeric values and are parsed as such.
style scalars {
LayoutPriority = 5;
ZIndex = -18;
ShadowBlur = 45.66;
ShadowSpread = -33.45f;
}