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