Class URPDefaultVolumeProfileSettings
Settings class that stores the default volume profile for Volume Framework.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
[CategoryInfo(Name = "Volume", Order = 0)]
public class URPDefaultVolumeProfileSettings : IDefaultVolumeProfileSettings, IRenderPipelineGraphicsSettings
Properties
version
Current version.
Declaration
public int version { get; }
Property Value
Type | Description |
---|---|
int |
volumeProfile
The default volume profile asset.
Declaration
public VolumeProfile volumeProfile { get; set; }
Property Value
Type | Description |
---|---|
VolumeProfile |
Implements
UnityEngine.Rendering.IDefaultVolumeProfileSettings