On this pageBackgroundListUIDB.ReloadDeclaration#public virtual void Reload()CopyDescription#Reload the dataUsage#using NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundListUIDB target) { target.Reload(); } }Copy