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