Class BackplateTypeParameter
Backplate Type volume parameter.
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public sealed class BackplateTypeParameter : VolumeParameter<BackplateType>, IEquatable<VolumeParameter<BackplateType>>
Constructors
BackplateTypeParameter(BackplateType, bool)
Backplate Type volume parameter constructor.
Declaration
public BackplateTypeParameter(BackplateType value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
BackplateType | value | Backplate Type parameter. |
bool | overrideState | Initial override state. |