C# Class XnaBuildContent.ContentTypeReader

Afficher le fichier Open project: jlyonsmith/XnaBuildContent

Méthodes publiques

Méthode Description
ContentTypeReader ( Type type ) : System
Read ( Microsoft.Xna.Framework.Content.ContentReader reader, object &value ) : void

Method Details

ContentTypeReader() public méthode

public ContentTypeReader ( Type type ) : System
type System.Type
Résultat System

Read() public abstract méthode

public abstract Read ( Microsoft.Xna.Framework.Content.ContentReader reader, object &value ) : void
reader Microsoft.Xna.Framework.Content.ContentReader
value object
Résultat void