enum GUIStyleSheetTokenTypes
All possible types of GUIStyleSheet tokens during scanning/parsing.
Values
| Name | Value | Description |
|---|---|---|
Undefined |
0 |
|
Space |
1 |
|
Newline |
2 |
|
ElementSelector |
3 |
|
IdSelector |
4 |
|
ClassSelector |
5 |
|
VariableIdentifier |
6 |
|
StringLiteral |
7 |
|
DecimalLiteral |
8 |
|
IntegerLiteral |
9 |
|
PixelsLiteral |
10 |
|
PercentLiteral |
11 |
|
Comma |
12 |
|
Colon |
13 |
|
Semicolon |
14 |
|
Slash |
15 |
|
LeftParenthesis |
16 |
|
RightParenthesis |
17 |
|
LeftCurly |
18 |
|
RightCurly |
19 |
|
Variable |
20 |
|
ColorRGB |
21 |
|
ColorHSL |
22 |
|
ColorRGBA |
23 |
|
ColorHSLA |
24 |
|
ColorHex |
25 |
|
URL |
26 |
|
Icon |
27 |
|
Property |
28 |
|
BorderStyle |
29 |
|
TextAlign |
30 |
|
VerticalAlign |
31 |
|
WordWrap |
32 |
|
Visibility |
33 |
|
PseudoClassSelector |
34 |
|
None |
35 |
|
EndOfStream |
36 |