Class BoolParameter
A VolumeParameter that holds a bool
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class BoolParameter : VolumeParameter<bool>, ICloneable, IEquatable<VolumeParameter<bool>>
Constructors
Name | Description |
---|---|
BoolParameter(bool, bool) | Creates a new BoolParameter instance. |
BoolParameter(bool, DisplayType, bool) | Creates a new BoolParameter instance. |
Fields
Name | Description |
---|---|
displayType | Type of widget used to display the BoolParameter in the UI. |