ItemListUI.itemSource
public ItemSource itemSource { get; set; }Description#
Get/Set an Item Source to load data from
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemListUI target) { ItemSource result = target.itemSource; } }