On this pageFlexListItem.hasPointerpublic bool hasPointer { get; }CopyDescription#Gets if the pointer is over the itemUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexListItem target) { bool result = target.hasPointer; } }Copy