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