Class TextureParameter
A VolumeParameter that holds a Texture value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class TextureParameter : VolumeParameter<Texture>, ICloneable, IEquatable<VolumeParameter<Texture>>
Constructors
| Name | Description |
|---|---|
| TextureParameter(Texture, bool) | Creates a new TextureParameter instance. |
| TextureParameter(Texture, TextureDimension, bool) | Creates a new TextureParameter instance. |
Fields
| Name | Description |
|---|---|
| dimension | The accepted dimension of textures. |
Methods
| Name | Description |
|---|---|
| GetHashCode() | Returns a hash code for the current object. |