Click or drag to resize

ItemListGetItemsT Method

Returns the list of UI elements.

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

Type Parameters

T

Return Value

Type: T
See Also