On this pageNumberSpinner.lockUppublic bool lockUp { get; set; }CopyDescription#Get/Set up button locked stateUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(NumberSpinner target) { bool result = target.lockUp; } }Copy