| GameCheatBehaviourDrawCheats Method |
Renders controls to execute game-specific cheats.
Namespace: Slash.Unity.Common.DiagnosticsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public abstract void DrawCheats(
Game game
)
Public MustOverride Sub DrawCheats (
game As Game
)
public:
virtual void DrawCheats(
Game^ game
) abstract
abstract DrawCheats :
game : Game -> unit
Parameters
- game
- Type: Slash.Application.GamesGame
[Missing <param name="game"/> documentation for "M:Slash.Unity.Common.Diagnostics.GameCheatBehaviour.DrawCheats(Slash.Application.Games.Game)"]
See Also