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