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