Click or drag to resize

TreeItemSetRange Method

Sets the value of a column.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetRange(
	int column,
	double value
)

Parameters

column
Type: SystemInt32

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

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Godot.TreeItem.SetRange(System.Int32,System.Double)"]

See Also