On this pageItemUI.itemRaritypublic GDTKRarity itemRarity { get; }CopyDescription#Rarity of the loaded itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUI target) { GDTKRarity result = target.itemRarity; } }Copy