On this pageStylizedElement.hasPointerpublic bool hasPointer { get; set; }CopyDescription#Get/Set if element has pointerUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StylizedElement target) { bool result = target.hasPointer; } }Copy