FirstPersonCamera.DontExecuteCamera C# (CSharp) Méthode

DontExecuteCamera() protected méthode

protected DontExecuteCamera ( ) : void
Résultat void
    protected override void DontExecuteCamera()
    {
        if(this.lockCursor)
        {
            Screen.lockCursor = false;
            Screen.showCursor = true;
        }
    }