Class BackplateTypeParameter
Backplate Type volume parameter.
Inherited Members
VolumeParameter<BackplateType>.value
VolumeParameter<BackplateType>.Override(BackplateType)
VolumeParameter<BackplateType>.SetValue(VolumeParameter)
VolumeParameter<BackplateType>.GetHashCode()
VolumeParameter<BackplateType>.ToString()
VolumeParameter<BackplateType>.Equals(VolumeParameter<BackplateType>)
VolumeParameter<BackplateType>.Clone()
VolumeParameter.k_DebuggerDisplay
VolumeParameter.overrideState
VolumeParameter.GetValue<T>()
VolumeParameter.Release()
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public sealed class BackplateTypeParameter : VolumeParameter<BackplateType>, ICloneable, 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. |