Method | Description | |
---|---|---|
LoadContent ( string file, Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger logger, ContentTypes desiredType, bool process = true, TargetPlatform plat = TargetPlatform.Windows ) : ProcessedContent | ||
SaveContent ( string file, ProcessedContent content ) : bool |
public static LoadContent ( string file, Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger logger, ContentTypes desiredType, bool process = true, TargetPlatform plat = TargetPlatform.Windows ) : ProcessedContent | ||
file | string | |
logger | Microsoft.Xna.Framework.Content.Pipeline.ContentBuildLogger | |
desiredType | ContentTypes | |
process | bool | |
plat | TargetPlatform | |
return | ProcessedContent |
public static SaveContent ( string file, ProcessedContent content ) : bool | ||
file | string | |
content | ProcessedContent | |
return | bool |