Click or drag to resize

TreeItemGetMetadata Method

Returns the metadata value that was set for the given column using SetMetadata(Int32, Object).

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

Parameters

column
Type: SystemInt32

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

Return Value

Type: Object

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

See Also