|
ShadowRenderingProviderBaseIsLightCastingShadow Method |
Returns true if the light is casting shadow (implements IShadowCastingLight as has IsCastingShadow property set to true).
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static bool IsLightCastingShadow(
ILight light
)
Parameters
- light ILight
- ILight
Return Value
Booleantrue if the light is casting shadow, otherwise false
See Also