Performs the light rendering.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected override void RenderLight(
	Light light
)

Parameters

light
Type: Light
The DirectX layer Light light for defining the light qualities.

See Also