ItemListUI.referenceList
public List<ReferenceInfo> referenceList { get; set; }Description#
Get/Set a direct list of item references to display
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemListUI target) { System.Collections.Generic.List<ReferenceInfo> result = target.referenceList; } }