Click or drag to resize

TreeItemSetMetadata Method

Sets the metadata value for the given column, which can be retrieved later using GetMetadata(Int32). This can be used, for example, to store a reference to the original data.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetMetadata(
	int column,
	Object meta
)

Parameters

column
Type: SystemInt32

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

meta
Type: SystemObject

[Missing <param name="meta"/> documentation for "M:Godot.TreeItem.SetMetadata(System.Int32,System.Object)"]

See Also