Class Texture3DParameter
A VolumeParameter that holds a 3D Texture value.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Serializable]
public class Texture3DParameter : VolumeParameter<Texture>, IEquatable<VolumeParameter<Texture>>
Constructors
Texture3DParameter(Texture, Boolean)
Creates a new Texture3DParameter instance.
Declaration
public Texture3DParameter(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.  |