On this pageGDTKItem.typepublic Type type { get; }CopyDescription#Gets the type of the objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { System.Type result = target.type; } }Copy