File size: 181 Bytes
24b81cb |
1 2 3 4 5 6 7 |
class SpotLightBase extends ScriptedLightBase
{
void SpotLightBase()
{
SetLightType(LightSourceType.SpotLight); // This function must be called in constructor of the light!
}
} |