yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 218 forks source link

IsOpen property #48

Closed Craftist closed 3 years ago

Craftist commented 3 years ago

Hi, is there something like a IsOpen property? I need to know if the console is open or not to disable game input.

yasirkula commented 3 years ago

You can use IngameDebugConsole.DebugLogManager.Instance && IngameDebugConsole.DebugLogManager.Instance.IsLogWindowVisible.