mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -19,9 +19,9 @@ Default environment properties for the entire scene (post-processing effects, li
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------------------+-----------------------------------------------------------------+
|
||||
| :ref:`Environment<class_Environment>` | :ref:`environment<class_WorldEnvironment_property_environment>` |
|
||||
+---------------------------------------+-----------------------------------------------------------------+
|
||||
+---------------------------------------+-----------------------------------------------------------------+------+
|
||||
| :ref:`Environment<class_Environment>` | :ref:`environment<class_WorldEnvironment_property_environment>` | null |
|
||||
+---------------------------------------+-----------------------------------------------------------------+------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
@@ -44,11 +44,13 @@ Property Descriptions
|
||||
|
||||
- :ref:`Environment<class_Environment>` **environment**
|
||||
|
||||
+----------+------------------------+
|
||||
| *Setter* | set_environment(value) |
|
||||
+----------+------------------------+
|
||||
| *Getter* | get_environment() |
|
||||
+----------+------------------------+
|
||||
+-----------+------------------------+
|
||||
| *Default* | null |
|
||||
+-----------+------------------------+
|
||||
| *Setter* | set_environment(value) |
|
||||
+-----------+------------------------+
|
||||
| *Getter* | get_environment() |
|
||||
+-----------+------------------------+
|
||||
|
||||
The :ref:`Environment<class_Environment>` resource used by this ``WorldEnvironment``, defining the default properties.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user