Click or drag to resize

DirectionalLightDirectionalShadowSplit2 Property

The distance from shadow split 1 to split 2. Relative to DirectionalShadowMaxDistance. Only used when DirectionalShadowMode is SHADOW_PARALLEL_2_SPLITS or SHADOW_PARALLEL_4_SPLITS.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float DirectionalShadowSplit2 { get; set; }

Property Value

Type: Single
See Also