C# Class TiaraFramework.Stages.Stage_Blank

Inheritance: TiaraFramework.Component.Stage
ファイルを表示 Open project: TiaraGames/TiaraFramework

Public Methods

Method Description
Stage_Blank ( Microsoft.Xna.Framework.Game game, float fps ) : System
Update ( GameTime gameTime ) : void

Method Details

Stage_Blank() public method

public Stage_Blank ( Microsoft.Xna.Framework.Game game, float fps ) : System
game Microsoft.Xna.Framework.Game
fps float
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void