Method CreateVolumeProfileAtPath
CreateVolumeProfileAtPath(string)
Creates a VolumeProfile Asset and saves it at the given path.
Declaration
public static VolumeProfile CreateVolumeProfileAtPath(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to save the Asset to, relative to the Project folder. |
Returns
Type | Description |
---|---|
VolumeProfile | The newly created VolumeProfile. |