Interface IVolume
An interface for Volumes
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IVolume
Properties
| Name | Description |
|---|---|
| colliders | The colliders of the volume if isGlobal is false |
| isGlobal | Specifies whether to apply the Volume to the entire Scene or not. |