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