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