Creates new point light. Point light shines like the bulb from one point to all directions. The light is located at the coordinates of [0,0,0] with the default range and fade value.

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

Syntax

C#
public XPointLight AddPointLight()

Return Value

Returns a new instance of the XPointLight point light.

See Also