InventoryThemeUI.activeWindows
public IReadOnlyList<ThemeWindowUI> activeWindows { get; }
#
DescriptionReturns a list of all open/active windows
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryThemeUI target) { System.Collections.Generic.IReadOnlyList<ThemeWindowUI> result = target.activeWindows; } }