Skip to content

Commit 3ad3f12

Browse files
committed
Added closeconsole command.
1 parent 4789386 commit 3ad3f12

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Runtime/DevConsoleMono.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,13 @@ private void InitBuiltInCommands()
764764
}
765765
));
766766

767+
AddCommand(Command.Create(
768+
"closeconsole",
769+
"hideconsole",
770+
"Close the developer console window",
771+
() => CloseConsole()
772+
));
773+
767774
AddCommand(Command.Create<string>(
768775
"help",
769776
"info",

0 commit comments

Comments
 (0)