On this pageColorTransition.hasPointerpublic bool hasPointer { get; set; }CopyDescription#Gets/Sets if the pointer is over the objectUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ColorTransition target) { target.hasPointer = true; } }Copy