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