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