On this pageAttributeUI.attributepublic GDTKAttribute attribute { get; }CopyDescription#Gets the associated attributeUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AttributeUI target) { GDTKAttribute result = target.attribute; } }Copy