diff options
| author | TwistedTwigleg | 2017-11-26 14:58:38 -0500 |
|---|---|---|
| committer | TwistedTwigleg | 2017-11-28 09:53:46 -0500 |
| commit | 7b5076050bfe9e102fa28fe2d1ecc068ab988214 (patch) | |
| tree | 2e72281b6616d981b0a51707b4bd35b8539f3746 /doc/classes/World.xml | |
| parent | 21ef922c5c262922015c9e6eb6077f3322c148fd (diff) | |
| download | godot-7b5076050bfe9e102fa28fe2d1ecc068ab988214.tar.gz godot-7b5076050bfe9e102fa28fe2d1ecc068ab988214.tar.zst godot-7b5076050bfe9e102fa28fe2d1ecc068ab988214.zip | |
Added documentation for World, Theme, StreamTexture, Sky, and ShortCut
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/World.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/World.xml b/doc/classes/World.xml index 640122ff1..9011d3966 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -15,25 +15,30 @@ <return type="PhysicsDirectSpaceState"> </return> <description> + Returns the World's physics space. </description> </method> <method name="get_scenario" qualifiers="const"> <return type="RID"> </return> <description> + Returns the World's visual scenario. </description> </method> <method name="get_space" qualifiers="const"> <return type="RID"> </return> <description> + Returns the World's sound space. </description> </method> </methods> <members> <member name="environment" type="Environment" setter="set_environment" getter="get_environment"> + The World's [Environment]. </member> <member name="fallback_environment" type="Environment" setter="set_fallback_environment" getter="get_fallback_environment"> + The World's fallback_environment will be used if the World's [Environment] fails or is missing. </member> </members> <constants> |
