C# Class PlatformerPOC.Editor.Editor

Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Méthodes publiques

Méthode Description
Editor ( PlatformGame platformGame ) : Microsoft.Xna.Framework
ToggleEditModeCommand ( IDebugCommandHost host, string command, string arguments ) : void
Update ( ) : void

Method Details

Editor() public méthode

public Editor ( PlatformGame platformGame ) : Microsoft.Xna.Framework
platformGame PlatformGame
Résultat Microsoft.Xna.Framework

ToggleEditModeCommand() public méthode

public ToggleEditModeCommand ( IDebugCommandHost host, string command, string arguments ) : void
host IDebugCommandHost
command string
arguments string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void