On this pageStatSlider.RebindDeclaration#public void Rebind()CopyDescription#Updates the bindings and refreshes the UIUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatSlider target) { target.Rebind(); } }Copy