From 9e9410bd3d1b980dbe08e9097dda6f181d2711c7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 15 May 2020 14:38:26 +0200 Subject: [PATCH] =?UTF-8?q?Document=20the=20Camera3D's=20`effects`=C2=A0pr?= =?UTF-8?q?operty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the Camera3D documentation 100% complete. --- doc/classes/Camera3D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Camera3D.xml b/doc/classes/Camera3D.xml index 6ff48753640..598b4bd685a 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. + The [CameraEffects] to use for this camera. The [Environment] to use for this camera.