On this pageInventoryThemeUI.DeactivateDeclaration#public void Deactivate()CopyDescription#Deactivates the themeUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(InventoryThemeUI target) { target.Deactivate(); } }Copy