Click or drag to resize

ItemListGetItem Method (Int32)

Returns the UI element at a particular index.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual Item GetItem(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32

Return Value

Type: Item
See Also