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