Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace
Note
This namespace is available only when developing for Windows.
Provides base classes that represent compilers and writers used by the XNA Framework Content Pipeline when processing specific game asset types.
Classes
Name | Description | |
---|---|---|
ContentCompiler | Provides methods for writing compiled binary format. | |
ContentTypeWriter | Provides a generic implementation of ContentTypeWriter methods and properties for compiling a specific managed type into a binary format. | |
ContentTypeWriter | Provides methods and properties for compiling a specific managed type into a binary format. | |
ContentTypeWriterAttribute | Identifies the components of a type writer. | |
ContentWriter | Provides an implementation for many of the ContentCompiler methods including compilation, state tracking for shared resources and creation of the header type manifest. |