Enum Modifier
- Namespace
- RatatuiUnity
Text style modifiers; can be combined with the | operator.
[Flags]
public enum Modifier : byte
Fields
Bold = 1Dim = 8Italic = 2None = 0Underlined = 4
Text style modifiers; can be combined with the | operator.
[Flags]
public enum Modifier : byte
Bold = 1Dim = 8Italic = 2None = 0Underlined = 4