Class ContentTypeWriterAttribute
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Identifies the components of a type writer. Custom content writers must apply this attribute to their class as well as extend the ContentTypeWriter class.
[AttributeUsage(AttributeTargets.Class)]
public sealed class ContentTypeWriterAttribute : Attribute
- Inheritance
-
ContentTypeWriterAttribute
- Inherited Members
Constructors
ContentTypeWriterAttribute()
Initializes a new instance of the ContentTypeWriterAttribute class.
public ContentTypeWriterAttribute()