TreeItemTreeCellMode Enumeration |
[Missing <summary> documentation for "T:Godot.TreeItem.TreeCellMode"]
Namespace: Godot
public enum TreeCellMode
| Member name | Value | Description | |
|---|---|---|---|
| String | 0 | Cell contains a string. | |
| Check | 1 | Cell contains a checkbox. | |
| Range | 2 | Cell contains a range. | |
| Icon | 3 | Cell contains an icon. | |
| Custom | 4 |