diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-05-15 14:38:26 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-05-15 14:38:26 +0200 |
commit | 9e9410bd3d1b980dbe08e9097dda6f181d2711c7 (patch) | |
tree | 1231fd4213bc3232f5e29d646bc5ba61055fe30a /doc/classes/Camera3D.xml | |
parent | 00949f0c5fcc6a4f8382a4a97d5591fd9ec380f8 (diff) |
Document the Camera3D's `effects` property
This makes the Camera3D documentation 100% complete.
Diffstat (limited to 'doc/classes/Camera3D.xml')
-rw-r--r-- | doc/classes/Camera3D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Camera3D.xml b/doc/classes/Camera3D.xml index 6ff4875364..598b4bd685 100644 --- a/doc/classes/Camera3D.xml +++ b/doc/classes/Camera3D.xml @@ -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. |