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