Merge pull request #38753 from Calinou/doc-camera3d-effects
Document the Camera3D's `effects` property
This commit is contained in:
commit
fe0196e58f
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue