Click or drag to resize
AB4D logo

ShadowRenderingProviderBaseIsLightCastingShadow Method

Returns true if the light is casting shadow (implements IShadowCastingLight as has IsCastingShadow property set to true).

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

Parameters

light  ILight
ILight

Return Value

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