Click or drag to resize

ItemListGetItemT Method (Int32)

Returns the UI element at a particular index, or if index is out-of-bounds.

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

Parameters

index
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also