Click or drag to resize

TreeItemSetChecked Method

If true, the column column is checked.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetChecked(
	int column,
	bool checked
)

Parameters

column
Type: SystemInt32

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

checked
Type: SystemBoolean

[Missing <param name="checked"/> documentation for "M:Godot.TreeItem.SetChecked(System.Int32,System.Boolean)"]

See Also