BackgroundListUIDB.activeDisplay
public UIDisplay activeDisplay { get; }Description#
Gets the currently active display
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(BackgroundListUIDB target) { UIDisplay result = target.activeDisplay; } }