Binding LIGHT_PARAM_INTENSITY in RenderingServer

This commit is contained in:
Alex Drozd 2023-06-22 18:26:00 +02:00
parent e74bf831c2
commit d9cc22af8f
2 changed files with 4 additions and 0 deletions

View file

@ -1933,6 +1933,7 @@ void RenderingServer::_bind_methods() {
BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_OPACITY);
BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_BLUR);
BIND_ENUM_CONSTANT(LIGHT_PARAM_TRANSMITTANCE_BIAS);
BIND_ENUM_CONSTANT(LIGHT_PARAM_INTENSITY);
BIND_ENUM_CONSTANT(LIGHT_PARAM_MAX);
BIND_ENUM_CONSTANT(LIGHT_BAKE_DISABLED);