Click or drag to resize

TreeItemGetRangeConfig Method

Returns a dictionary containing the range parameters for a given column. The keys are "min", "max", "step", and "expr".

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary GetRangeConfig(
	int column
)

Parameters

column
Type: SystemInt32

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

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.TreeItem.GetRangeConfig(System.Int32)"]

See Also