On this pageStatUI.UpdateBindingDeclaration#public void UpdateBinding()CopyDescription#Updates the bindings and refreshes the UIUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatUI target) { target.UpdateBinding(); } }Copy