diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-20 14:36:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 14:36:29 +0200 |
commit | f8218c76ef79b5028df3f4a4324f1e3174146398 (patch) | |
tree | 74ed7b884d76738c57d91e4a573dce06fb55d0a4 /scene/3d/light_3d.cpp | |
parent | 83b21cd3023f13f926f8167c6d6c35573c6570f1 (diff) | |
parent | b7b46093d84b33e925fbfa1c096eb0a99c7a665c (diff) |
Merge pull request #38036 from akien-mga/doc-update
doc: Sync classref with current source
Diffstat (limited to 'scene/3d/light_3d.cpp')
-rw-r--r-- | scene/3d/light_3d.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/light_3d.cpp b/scene/3d/light_3d.cpp index 9928246d2b..c048f60ebd 100644 --- a/scene/3d/light_3d.cpp +++ b/scene/3d/light_3d.cpp @@ -301,6 +301,7 @@ void Light3D::_bind_methods() { BIND_ENUM_CONSTANT(PARAM_INDIRECT_ENERGY); BIND_ENUM_CONSTANT(PARAM_SPECULAR); BIND_ENUM_CONSTANT(PARAM_RANGE); + BIND_ENUM_CONSTANT(PARAM_SIZE); BIND_ENUM_CONSTANT(PARAM_ATTENUATION); BIND_ENUM_CONSTANT(PARAM_SPOT_ANGLE); BIND_ENUM_CONSTANT(PARAM_SPOT_ATTENUATION); |