| 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.DiagnosticsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public abstract class GameCheatBehaviour : MonoBehaviour
Public MustInherit Class GameCheatBehaviour
Inherits MonoBehaviour
public ref class GameCheatBehaviour abstract : public MonoBehaviour
[<AbstractClassAttribute>]
type GameCheatBehaviour =
class
inherit MonoBehaviour
end
The GameCheatBehaviour type exposes the following members.
Constructors Methods
| Name | Description |
---|
| DrawCheats |
Renders controls to execute game-specific cheats.
|
TopSee Also