On this pageSimple3rdPersonCamera.LockInputpublic bool LockInput { get; set; }CopyDescription#Gets/Sets input locked stateUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Simple3rdPersonCamera target) { target.LockInput = true; } }Copy