Class VolumeParameter
The base class for all parameters types stored in a Volume
Implements
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public abstract class VolumeParameter : ICloneable
Fields
Name | Description |
---|---|
k_Debugger |
A beautified string for debugger output. This is set on a |
m_Override |
The current override state for this parameter. The Volume system considers overriden parameters for blending, and ignores non-overriden ones. |
Properties
Name | Description |
---|---|
override |
The current override state for this parameter. The Volume system considers overriden parameters for blending, and ignores non-overriden ones. |
Methods
Name | Description |
---|---|
Clone() | Clones the current instance of the Volume |
Get |
Casts and gets the typed value of this parameter. |
Is |
Checks if a given type is an Object |
On |
Unity calls this method when the parent Volume |
On |
Unity calls this method when the parent Volume |
Release() | Override this method to free all allocated resources |
Set |
Sets the value of this parameter to the value in |