Method SaveAsset
SaveAsset(string)
Save this asset to disk. If no asset path is provided, asset is saved at its original location.
Declaration
public bool SaveAsset(string assetPath = null)
Parameters
Type | Name | Description |
---|---|---|
string | assetPath | Optional file path where to save the asset. |
Returns
Type | Description |
---|---|
bool |