CannonGame.SolidObstacle.Draw C# (CSharp) 메소드

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void
        public new void Draw(SpriteBatch spriteBatch)
        {
            spriteBatch.Draw(texture, obstacle, Color.White);
        }