Click or drag to resize
GameCheatBehaviour Class
Allows games to provide game-specific cheats for the cheat console.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.DiagnosticsGameCheatBehaviour

Namespace: Slash.Unity.Common.Diagnostics
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public abstract class GameCheatBehaviour : MonoBehaviour

The GameCheatBehaviour type exposes the following members.

Constructors
  NameDescription
Protected methodGameCheatBehaviour
Initializes a new instance of the GameCheatBehaviour class
Top
Methods
  NameDescription
Public methodDrawCheats
Renders controls to execute game-specific cheats.
Top
See Also