You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Castillo edited this page Oct 14, 2018
·
1 revision
publicabstractclass 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 ContentTypeReaders 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.