Field sharedProfile
The shared Profile that this Volume uses.
Modifying sharedProfile
changes every Volumes that uses this Profile and also changes
the Profile settings stored in the Project.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public VolumeProfile sharedProfile
Returns
Type | Description |
---|---|
VolumeProfile |
Remarks
You should not modify Profiles that sharedProfile
returns. If you want
to modify the Profile of a Volume, use profile instead.