InventoryThemeUI.activeWindow
public ThemeWindowUI activeWindow { get; }
#
DescriptionGets the currently active window
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryThemeUI target) { ThemeWindowUI result = target.activeWindow; } }