コード例 #1
0
ファイル: ScreenManager.cs プロジェクト: Dongata/reintegrate
 public void Update(GameTime gameTime)
 {
     CurrentScreen.Update(gameTime);
     Transition.ApplyTransition(gameTime);
 }