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