FarseerPhysics.Samples.ScreenSystem.GameScreen.Draw C# (CSharp) Метод

Draw() публичный Метод

This is called when the screen should draw itself.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Результат void
        public virtual void Draw(GameTime gameTime)
        {
        }