Click or drag to resize

TreeItemSetCellMode Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetCellMode(
	int column,
	TreeItemTreeCellMode mode
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetCellMode(System.Int32,Godot.TreeItem.TreeCellMode)"]

mode
Type: GodotTreeItemTreeCellMode

[Missing <param name="mode"/> documentation for "M:Godot.TreeItem.SetCellMode(System.Int32,Godot.TreeItem.TreeCellMode)"]

See Also