Inventory.activeTheme
public InventoryThemeUI activeTheme { get; set; }Description#
Gets/Sets the active theme
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Inventory target) { InventoryThemeUI result = target.activeTheme; } }