On this pageUICursor.ClickableElementpublic GameObject ClickableElement { get; set; }CopyDescription#Get/Set clickable elementUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UICursor target) { GameObject result = target.ClickableElement; } }Copy