Cyclyc.Framework.EnemyNotch.Draw C# (CSharp) Method

Draw() public method

public Draw ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
return void
        public void Draw(GameTime gt)
        {
            SpriteBatch.Draw(texture, new Rectangle(X, Y, Width, Height), Color.White);
        }