On this pageClassListUIDB.lockInputpublic bool lockInput { get; set; }CopyDescription#Gets/Sets if input is lockedUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ClassListUIDB target) { bool result = target.lockInput; } }Copy