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