Method | Description | |
---|---|---|
SaveCompiledAsset ( string rootPath, string name, IRawAsset data, bool isCompiled, string embedPlatform = null ) : void |
The save compiled asset.
|
Method | Description | |
---|---|---|
CreateDirectories ( |
The create directories.
|
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 |