On this pageThemeWindowUI.themepublic InventoryThemeUI theme { get; }CopyDescription#Theme used to open windowUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ThemeWindowUI target) { InventoryThemeUI result = target.theme; } }Copy