Update() 공개 메소드

Allows each screen to run logic.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void
예제 #1
0
 protected override void Update(GameTime gameTime)
 {
     screenManager.Update(gameTime);
     base.Update(gameTime);
 }