On this pageStatListUI.UpdateBindingDeclaration#public void UpdateBinding()CopyDescription#Updates the UI for current settings.Usage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatListUI target) { target.UpdateBinding(); } }Copy