Class MicroShadowing
A volume component that holds settings for the Micro Shadows effect.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Shadowing/Micro Shadows", new Type[]{typeof(HDRenderPipeline)})]
public class MicroShadowing : VolumeComponent
Fields
enable
When enabled, HDRP processes Micro Shadows for this Volume.
Declaration
[Tooltip("Enables micro shadows for directional lights.")]
public BoolParameter enable
Field Value
Type | Description |
---|---|
BoolParameter |
opacity
Controls the opacity of the micro shadows.
Declaration
[Tooltip("Controls the opacity of the micro shadows.")]
public ClampedFloatParameter opacity
Field Value
Type | Description |
---|---|
ClampedFloatParameter |