On this pageGDTKAttribute.infopublic BasicInfo info { get; }CopyDescription#Information about this objectUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKAttribute target) { BasicInfo result = target.info; } }Copy