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)
        {
        }