Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderIsCheckingIsCastingShadow Property

Gets or sets a Boolean that specifies if PlanarShadowRenderingProvider is checking if object has IsCastingShadow property set. That check can slightly decrease performance therefore the default value is false.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsCheckingIsCastingShadow { get; set; }

Property Value

Boolean
See Also