On this pageNumberSpinner.valuepublic Int32 value { get; set; }CopyDescription#Get/Set valueUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(NumberSpinner target) { System.Int32 result = target.value; } }Copy