Class TextureParameter
A VolumeParameter that holds a Texture
value.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Serializable]
public class TextureParameter : VolumeParameter<Texture>, IEquatable<VolumeParameter<Texture>>
Constructors
TextureParameter(Texture, Boolean)
Creates a new TextureParameter instance.
Declaration
public TextureParameter(Texture value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
Texture | value | The initial value to store in the parameter. |
Boolean | overrideState | The initial override state for the parameter. |