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 |