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