On this pageBackgroundUI.backgroundpublic GDTKBackground background { get; }CopyDescription#Gets the associated backgroundUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundUI target) { GDTKBackground result = target.background; } }Copy