FreeLight()

语法

FreeLight(#Light)
概要
Frees the specified #Light. All its associated memory is released and at this point, the object no longer may be used.

参数

#Light The light to free. If #PB_All is specified, all the remaining lights are freed.

返回值

无.

Remarks

All remaining lights are automatically freed when the program ends.

参阅

CreateLight()

已支持操作系统

所有

<- DisableLightShadows() - Light Index - GetLightColor() ->