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