C# Class Protogame.CompiledAssetSaver

The compiled asset saver.
Exibir arquivo Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
SaveCompiledAsset ( string rootPath, string name, IRawAsset data, bool isCompiled, string embedPlatform = null ) : void

The save compiled asset.

Private Methods

Method Description
CreateDirectories ( DirectoryInfo directory ) : void

The create directories.

Method Details

SaveCompiledAsset() public method

The save compiled asset.
///
public SaveCompiledAsset ( string rootPath, string name, IRawAsset data, bool isCompiled, string embedPlatform = null ) : void
rootPath string /// The root path. ///
name string /// The name. ///
data IRawAsset /// The data. ///
isCompiled bool /// The is compiled. ///
embedPlatform string
return void