Ballz.GameSession.Renderer.DebugRenderer.Update C# (CSharp) Méthode

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void
        public override void Update(GameTime gameTime)
        {
            UpdateTerrain();
            base.Update(gameTime);
        }