Enum VisualServerSingleton.LightDirectionalShadowMode

enum LightDirectionalShadowMode : int { ... }

Enum members

NameDescription
lightDirectionalShadowOrthogonal Use orthogonal shadow projection for directional light.
lightDirectionalShadowParallel2Splits Use 2 splits for shadow projection when using directional light.
lightDirectionalShadowParallel4Splits Use 4 splits for shadow projection when using directional light.