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