Method | Description | |
---|---|---|
AddTypeCreator ( string typeString, Func |
Adds the type creator.
|
|
ClearTypeCreators ( ) : void | ||
GetTypeReader ( |
||
PrepareType ( string type ) : string |
Removes Version, Culture and PublicKeyToken from a type string. Supports multiple generic types (e.g. Dictionary<TKey,TValue>) and nested generic types (e.g. List<List<int>>). |
Method | Description | |
---|---|---|
ContentTypeReaderManager ( ) : System | ||
LoadAssetReaders ( Microsoft.Xna.Framework.Content.ContentReader reader ) : Microsoft.Xna.Framework.Content.ContentTypeReader[] |
public static AddTypeCreator ( string typeString, Func |
||
typeString | string | /// Type string. /// |
createFunction | Func |
/// Create function. /// |
return | void |
public GetTypeReader ( |
||
targetType | ||
return | Microsoft.Xna.Framework.Content.ContentTypeReader |
public static PrepareType ( string type ) : string | ||
type | string |
/// A |
return | string |