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