Document the Camera3D's effects property

This makes the Camera3D documentation 100% complete.
This commit is contained in:
Hugo Locurcio 2020-05-15 14:38:26 +02:00
parent 00949f0c5f
commit 9e9410bd3d

View file

@ -176,6 +176,7 @@
If not [constant DOPPLER_TRACKING_DISABLED], this camera will simulate the [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/url] for objects changed in particular [code]_process[/code] methods. See [enum DopplerTracking] for possible values.
</member>
<member name="effects" type="CameraEffects" setter="set_effects" getter="get_effects">
The [CameraEffects] to use for this camera.
</member>
<member name="environment" type="Environment" setter="set_environment" getter="get_environment">
The [Environment] to use for this camera.