Click or drag to resize
AB4D logo

PlanarShadowRenderingProviderShadowPlaneCenterPosition Property

Gets or sets a Vector3 that specifies the center position of the shadow plane. Default value is (0, 0, 0).

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

Property Value

Vector3
See Also