On this pageGDTKQuickSlot.infopublic BasicInfo info { get; }CopyDescription#Information about this objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKQuickSlot target) { BasicInfo result = target.info; } }Copy