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