Click or drag to resize
AB4D logo

ShadowRenderingProviderBaseIsCastingShadow Method

Returns true if the light is casting shadow and is supported by current shadow rendering provider.

Namespace:  Ab3d.DirectX
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 2.3.6548.1040
Syntax
C#
public static bool IsCastingShadow(
	ILight light
)

Parameters

light
Type: Ab3d.DirectX.LightsILight
ILight

Return Value

Type: Boolean
true if the light is casting shadow, otherwise false
See Also