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 More...
|
|
static void | Clear () |
| Clears the console More...
|
|
static void | Restart () |
| Restarts the current scene More...
|
|
static void | Reload () |
| Reloads the current scene More...
|
|
static void | Sysinfo () |
| Displays system info More...
|
|
static void | Quit () |
| Exits the application More...
|
|
static void | Exit () |
| Exits the application More...
|
|
static void | Help () |
| Displays a list of all the commands More...
|
|
static void | Vsync (string[] args) |
| Sets the vsync count to the specified parameter More...
|
|
static void | Framerate (string[] args) |
| Sets the target framerate to the specified value More...
|
|
static void | Timescale (string[] args) |
| Sets the target timescale to the specified value More...
|
|
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 More...
|
|
Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method
◆ Biggest()
static 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()
static void MoreMountains.Tools.MMDebugMenuCommands.Clear |
( |
| ) |
|
|
static |
◆ Exit()
static void MoreMountains.Tools.MMDebugMenuCommands.Exit |
( |
| ) |
|
|
static |
◆ Framerate()
static void MoreMountains.Tools.MMDebugMenuCommands.Framerate |
( |
string[] |
args | ) |
|
|
static |
Sets the target framerate to the specified value
- Parameters
-
◆ Help()
static void MoreMountains.Tools.MMDebugMenuCommands.Help |
( |
| ) |
|
|
static |
Displays a list of all the commands
◆ Now()
static void MoreMountains.Tools.MMDebugMenuCommands.Now |
( |
| ) |
|
|
static |
◆ Quit()
static void MoreMountains.Tools.MMDebugMenuCommands.Quit |
( |
| ) |
|
|
static |
◆ Reload()
static void MoreMountains.Tools.MMDebugMenuCommands.Reload |
( |
| ) |
|
|
static |
Reloads the current scene
◆ Restart()
static void MoreMountains.Tools.MMDebugMenuCommands.Restart |
( |
| ) |
|
|
static |
Restarts the current scene
◆ Sysinfo()
static void MoreMountains.Tools.MMDebugMenuCommands.Sysinfo |
( |
| ) |
|
|
static |
◆ Timescale()
static void MoreMountains.Tools.MMDebugMenuCommands.Timescale |
( |
string[] |
args | ) |
|
|
static |
Sets the target timescale to the specified value
- Parameters
-
◆ Vsync()
static 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: