mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Binding LIGHT_PARAM_INTENSITY in RenderingServer
This commit is contained in:
parent
e74bf831c2
commit
d9cc22af8f
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue