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