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