Class VolumeProfileFactory
A utility class to create Volume Profiles and components.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class VolumeProfileFactory
Methods
Name | Description |
---|---|
CreateVolumeComponent<T>(VolumeProfile, bool, bool) | Creates a VolumeComponent in an existing VolumeProfile. |
CreateVolumeProfile(Scene, string) | Creates a VolumeProfile Asset and saves it in a folder next to the Scene. |
CreateVolumeProfileAtPath(string) | Creates a VolumeProfile Asset and saves it at the given path. |