Enum TreeItem.TreeCellMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TreeItem.TreeCellMode : long
Fields
Check = 1Cell contains a checkbox.
Custom = 4Icon = 3Cell contains an icon.
Range = 2Cell contains a range.
String = 0Cell contains a string.