Click or drag to resize

ItemListSetItemMetadata Method

Sets a value (of any type) to be stored with the item associated with the specified index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemMetadata(
	int idx,
	Object metadata
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.ItemList.SetItemMetadata(System.Int32,System.Object)"]

metadata
Type: SystemObject

[Missing <param name="metadata"/> documentation for "M:Godot.ItemList.SetItemMetadata(System.Int32,System.Object)"]

See Also