BuildContent Class
Note |
|---|
| This class is available only when developing for Windows. |
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Tasks
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
BuildContent represents a specific MSBuild task, exposing the complete functionality of the XNA Framework Content Pipeline. This task takes a list of source asset files and the appropriate assemblies (implementing the importer and processor components) as input. After processing, the intermediate result is compiled into a binary format recognized by the game content loader.
Note