Corgi Engine v9.4
Loading...
Searching...
No Matches
MoreMountains.Tools.MMDebugMenuCommands Class Reference

Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method. More...

Inheritance diagram for MoreMountains.Tools.MMDebugMenuCommands:

Static Public Member Functions

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.

Detailed Description

Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method.

Member Function Documentation

◆ 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
args

◆ Clear()

void MoreMountains.Tools.MMDebugMenuCommands.Clear ( )
static

Clears the console.

◆ Exit()

void MoreMountains.Tools.MMDebugMenuCommands.Exit ( )
static

Exits the application.

◆ Framerate()

void MoreMountains.Tools.MMDebugMenuCommands.Framerate ( string[] args)
static

Sets the target framerate to the specified value.

Parameters
args

◆ Help()

void MoreMountains.Tools.MMDebugMenuCommands.Help ( )
static

Displays a list of all the commands.

◆ Now()

void MoreMountains.Tools.MMDebugMenuCommands.Now ( )
static

Outputs Time.time.

◆ Quit()

void MoreMountains.Tools.MMDebugMenuCommands.Quit ( )
static

Exits the application.

◆ 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

Displays system info.

◆ Timescale()

void MoreMountains.Tools.MMDebugMenuCommands.Timescale ( string[] args)
static

Sets the target timescale to the specified value.

Parameters
args

◆ Vsync()

void MoreMountains.Tools.MMDebugMenuCommands.Vsync ( string[] args)
static

Sets the vsync count to the specified parameter.

Parameters
args

The documentation for this class was generated from the following file:
  • Assets/CorgiEngine/ThirdParty/MoreMountains/MMTools/Accessories/MMDebugMenu/Scripts/Commands/MMDebugMenuCommands.cs