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