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