C# Class PlatformerPOC.Editor.Editor

显示文件 Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Public Methods

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

Method Details

Editor() public method

public Editor ( PlatformGame platformGame ) : Microsoft.Xna.Framework
platformGame PlatformGame
return Microsoft.Xna.Framework

ToggleEditModeCommand() public method

public ToggleEditModeCommand ( IDebugCommandHost host, string command, string arguments ) : void
host IDebugCommandHost
command string
arguments string
return void

Update() public method

public Update ( ) : void
return void