Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderShadowPlaneSize Property

Gets or sets a Vector2 that specifies the size of the shadow plane. When size is set to (0, 0), then the shadow plane is not rendered and also the shadow is not cut to shadow plane.

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

Property Value

Vector2
See Also