Xna Framework 3.1 _verified_
GraphicsDevice.Clear(Color.CornflowerBlue); spriteBatch.Begin(); spriteBatch.Draw(pixel, new Rectangle(100, 100, 200, 50), Color.Red); spriteBatch.End(); base.Draw(gameTime);
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics;
The framework updated its audio engine to support XACT3 (Cross-Platform Audio Creation Tool). This provided better audio compression and more flexible sound banks, allowing for more complex audio cues and interactive music.
The is a set of managed libraries (based on .NET Framework 3.5) developed by Microsoft for game development. It allowed developers to create games for: