D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
184 Bytes
class PointLightBase extends ScriptedLightBase
{
void PointLightBase()
{
SetLightType(LightSourceType.PointLight); // This function must be called in constructor of the light!
}
}