enum GUIStyleSheetCombinatorType
If multiple selectors are provided for a style sheet, this is used for determining their relationship.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
AncestorOf |
1 |
GUI element we're looking up the selector for, must have an ancestor matching this selector. |
ParentOf |
2 |
GUI element we're looking up the selector for, must have a direct parent matching this selector. |