Enum RichTextLabel.ListType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RichTextLabel.ListType : long
Fields
Dots = 3
Each list item has a filled circle marker.
Letters = 1
Each list item has a letter marker.
Numbers = 0
Each list item has a number marker.
Roman = 2
Each list item has a roman number marker.