Struct VolumeIsolationScope
A scope in which a Camera filters a Volume.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Obsolete("VolumeIsolationScope is deprecated, it does not have any effect anymore.")]
public struct VolumeIsolationScope : IDisposable
Constructors
VolumeIsolationScope(bool)
Constructs a scope in which a Camera filters a Volume.
Declaration
public VolumeIsolationScope(bool unused)
Parameters
Type | Name | Description |
---|---|---|
bool | unused | Unused parameter. |