C# Class Electric_Potatoe_TD.Menu_IG

ファイルを表示 Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
LoadContent ( ) : void
Menu_IG ( Game1 game ) : System
UnloadContent ( ) : void
draw ( ) : void
update ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Menu_IG() public method

public Menu_IG ( Game1 game ) : System
game Game1
return System

UnloadContent() public method

public UnloadContent ( ) : void
return void

draw() public method

public draw ( ) : void
return void

update() public method

public update ( ) : void
return void