Click or drag to resize
Slash.Unity.Common.Diagnostics Namespace

[Missing <summary> documentation for "N:Slash.Unity.Common.Diagnostics"]

Classes
  ClassDescription
Public classCatchExceptionsBehaviour
Debug behaviour to catch unhandled exceptions and show them with a modal dialog.
Public classCheatConsole
Allows executing cheats (e.g. game events) manually.
Public classDebugBuildBehaviour
Disables the game object if not in debug build.
Public classDebugInput
Enables the DebugInputEditor to show information about the unity input.
Public classDisableWithSceneManager
Disables the game object the script is on if a scene manager is found. Useful if you test scenes separately and need e.g. a camera which is normally initialized in a root scene.
Public classFPSDisplay
Displays the frames per second (fps) to check performance.
Public classGameCheatBehaviour
Allows games to provide game-specific cheats for the cheat console.