Drought.State.GameState.render C# (CSharp) Метод

render() публичный абстрактный Метод

public abstract render ( GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
graphics GraphicsDevice
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void
        public abstract void render(GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch);