Table of Contents

Enum Modifier

Namespace
RatatuiUnity

Text style modifiers; can be combined with the | operator.

[Flags]
public enum Modifier : byte

Fields

Bold = 1
Dim = 8
Italic = 2
None = 0
Underlined = 4