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