FirstPersonCamera.DontExecuteCamera C# (CSharp) 메소드

DontExecuteCamera() 보호된 메소드

protected DontExecuteCamera ( ) : void
리턴 void
    protected override void DontExecuteCamera()
    {
        if(this.lockCursor)
        {
            Screen.lockCursor = false;
            Screen.showCursor = true;
        }
    }