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