diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-20 11:48:00 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-20 11:48:00 +0200 |
commit | b7b46093d84b33e925fbfa1c096eb0a99c7a665c (patch) | |
tree | e08c1009e608502cb23abab601454eac7b984c05 /doc/classes/Light3D.xml | |
parent | 088c2a087029901e5657089a6f2531ce6c015fe5 (diff) | |
download | redot-engine-b7b46093d84b33e925fbfa1c096eb0a99c7a665c.tar.gz |
doc: Sync classref with current source
Add missing enum bindings.
Diffstat (limited to 'doc/classes/Light3D.xml')
-rw-r--r-- | doc/classes/Light3D.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Light3D.xml b/doc/classes/Light3D.xml index ef9c3b49b7..cb21db2d00 100644 --- a/doc/classes/Light3D.xml +++ b/doc/classes/Light3D.xml @@ -99,6 +99,9 @@ <constant name="PARAM_RANGE" value="3" enum="Param"> Constant for accessing [member OmniLight3D.omni_range] or [member SpotLight3D.spot_range]. </constant> + <constant name="PARAM_SIZE" value="4" enum="Param"> + Constant for accessing [member light_size]. + </constant> <constant name="PARAM_ATTENUATION" value="5" enum="Param"> Constant for accessing [member OmniLight3D.omni_attenuation] or [member SpotLight3D.spot_attenuation]. </constant> |