On this pageBackgroundListUI.SubmitDeclaration#public void Submit()CopyDescription#Assign selected background to callerUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundListUI target) { target.Submit(); } }Copy