Class MaterialParameter
A VolumeParameter that holds a bool value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class MaterialParameter : VolumeParameter<Material>, ICloneable, IEquatable<VolumeParameter<Material>>
Constructors
| Name | Description |
|---|---|
| MaterialParameter(Material, bool) | Creates a new MaterialParameter instance. |