Interface IDefaultVolumeProfileAsset
Interface for a class that provides access to the asset used to initialize the default volume profile.
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IDefaultVolumeProfileAsset : IRenderPipelineGraphicsSettings
Properties
defaultVolumeProfile
The volume profile asset used to initialize Default Volume Profile.
Declaration
VolumeProfile defaultVolumeProfile { get; set; }
Property Value
Type | Description |
---|---|
Volume |