On this pageActor.colorpublic Color color { get; set; }CopyDescription#Color associated with this objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Actor target) { Color result = target.color; } }Copy