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