Click or drag to resize

ItemListSetItemIconTransposed Method

Sets whether the item icon will be drawn transposed.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemIconTransposed(
	int idx,
	bool transposed
)

Parameters

idx
Type: SystemInt32

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

transposed
Type: SystemBoolean

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

See Also