Click or drag to resize

ItemListMoveItem Method

Moves item from index from_idx to to_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void MoveItem(
	int fromIdx,
	int toIdx
)

Parameters

fromIdx
Type: SystemInt32

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

toIdx
Type: SystemInt32

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

See Also