CraftingQueueUIListDisplay.lockInput
public bool lockInput { get; set; }Description#
Gets/Sets if input is locked
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingQueueUIListDisplay target) { bool result = target.lockInput; } }