Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method.
More...
|
| static void | Now () |
| | Outputs Time.time.
|
| static void | Clear () |
| | Clears the console.
|
| static void | Restart () |
| | Restarts the current scene.
|
| static void | Reload () |
| | Reloads the current scene.
|
| static void | Sysinfo () |
| | Displays system info.
|
| static void | Quit () |
| | Exits the application.
|
| static void | Exit () |
| | Exits the application.
|
| static void | Help () |
| | Displays a list of all the commands.
|
| static void | Vsync (string[] args) |
| | Sets the vsync count to the specified parameter.
|
| static void | Framerate (string[] args) |
| | Sets the target framerate to the specified value.
|
| static void | Timescale (string[] args) |
| | Sets the target timescale to the specified value.
|
| static void | Biggest (string[] args) |
| | Computes and displays the biggest int out of the two passed in arguments Just an example of how you can do multiple argument commands.
|
Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method.
◆ Biggest()
| void MoreMountains.Tools.MMDebugMenuCommands.Biggest |
( |
string[] | args | ) |
|
|
static |
Computes and displays the biggest int out of the two passed in arguments Just an example of how you can do multiple argument commands.
- Parameters
-
◆ Clear()
| void MoreMountains.Tools.MMDebugMenuCommands.Clear |
( |
| ) |
|
|
static |
◆ Exit()
| void MoreMountains.Tools.MMDebugMenuCommands.Exit |
( |
| ) |
|
|
static |
◆ Framerate()
| void MoreMountains.Tools.MMDebugMenuCommands.Framerate |
( |
string[] | args | ) |
|
|
static |
Sets the target framerate to the specified value.
- Parameters
-
◆ Help()
| void MoreMountains.Tools.MMDebugMenuCommands.Help |
( |
| ) |
|
|
static |
Displays a list of all the commands.
◆ Now()
| void MoreMountains.Tools.MMDebugMenuCommands.Now |
( |
| ) |
|
|
static |
◆ Quit()
| void MoreMountains.Tools.MMDebugMenuCommands.Quit |
( |
| ) |
|
|
static |
◆ Reload()
| void MoreMountains.Tools.MMDebugMenuCommands.Reload |
( |
| ) |
|
|
static |
Reloads the current scene.
◆ Restart()
| void MoreMountains.Tools.MMDebugMenuCommands.Restart |
( |
| ) |
|
|
static |
Restarts the current scene.
◆ Sysinfo()
| void MoreMountains.Tools.MMDebugMenuCommands.Sysinfo |
( |
| ) |
|
|
static |
◆ Timescale()
| void MoreMountains.Tools.MMDebugMenuCommands.Timescale |
( |
string[] | args | ) |
|
|
static |
Sets the target timescale to the specified value.
- Parameters
-
◆ Vsync()
| void MoreMountains.Tools.MMDebugMenuCommands.Vsync |
( |
string[] | args | ) |
|
|
static |
Sets the vsync count to the specified parameter.
- Parameters
-
The documentation for this class was generated from the following file:
- Assets/CorgiEngine/ThirdParty/MoreMountains/MMTools/Accessories/MMDebugMenu/Scripts/Commands/MMDebugMenuCommands.cs