Update() public method

Allows each screen to run logic.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void
コード例 #1
0
 protected override void Update(GameTime gameTime)
 {
     screenManager.Update(gameTime);
     base.Update(gameTime);
 }