Click or drag to resize

TreeItemTreeCellMode Enumeration

[Missing <summary> documentation for "T:Godot.TreeItem.TreeCellMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TreeCellMode
Members
  Member nameValueDescription
String0

Cell contains a string.

Check1

Cell contains a checkbox.

Range2

Cell contains a range.

Icon3

Cell contains an icon.

Custom4
See Also