shadowDrawBeforeLayer

open override fun shadowDrawBeforeLayer(shadowDrawBeforeLayer: String): DirectionalLight

Specify a layer before which shadows are drawn on the ground. If not specified, shadows are drawn after the last 3D layer. This property does not affect shadows on terrain.

Parameters

shadowDrawBeforeLayer

as String


open override fun shadowDrawBeforeLayer(shadowDrawBeforeLayer: Expression): DirectionalLight

Specify a layer before which shadows are drawn on the ground. If not specified, shadows are drawn after the last 3D layer. This property does not affect shadows on terrain.

Parameters

shadowDrawBeforeLayer

value of shadowDrawBeforeLayer as Expression


Specify a layer before which shadows are drawn on the ground. If not specified, shadows are drawn after the last 3D layer. This property does not affect shadows on terrain.