ContentTypeReader - WhileFalseStudios/FNA GitHub Wiki
public abstract class ContentTypeReader
Base class for all content reading classes. Not much to say about the base class, it exposes an API for subclasses to implement. These ContentTypeReader
s vary in complexity and load everything from basic data types to very complex models and textures. I actually like the way this is handled, although it won't be too relevant to our approach of using XML as much as possible.