Class TextureCurveParameter
A VolumeParameter that holds a TextureCurve value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class TextureCurveParameter : VolumeParameter<TextureCurve>, ICloneable, IEquatable<VolumeParameter<TextureCurve>>
Constructors
| Name | Description |
|---|---|
| TextureCurveParameter(TextureCurve, bool) | Creates a new TextureCurveParameter instance. |
Methods
| Name | Description |
|---|---|
| Release() | Release implementation. |