|
public bool CacheImportedData { get; set; }
|
Property Value
If true, imported content is cached in an intermediate file (managed by XNA). By default, caching is not enabled.
Caching provides significantly faster iteration times when changing the processing code for a file format. A good example would be a third-party digital content creation (DCC) tool that needs to execute before importation can occur. However, caching is not appropriate for all importers—for example, caching bulky content that is quick to import, such as bitmap images.