Method CreateVolumeProfile
CreateVolumeProfile(Scene, string)
Creates a VolumeProfile Asset and saves it in a folder next to the Scene.
Declaration
public static VolumeProfile CreateVolumeProfile(Scene scene, string targetName)
Parameters
Type | Name | Description |
---|---|---|
Scene | scene | The Scene to save the Profile next to. |
string | targetName | A name to use for the Asset filename. |
Returns
Type | Description |
---|---|
VolumeProfile | The newly created VolumeProfile. |