Add missing tutorials to documentation classes

This commit is contained in:
Hugo Locurcio
2023-08-15 12:14:01 +02:00
parent 5444afae63
commit 469c462b76
46 changed files with 48 additions and 11 deletions

View File

@ -9,6 +9,7 @@
[b]Note:[/b] [FogVolume]s only have a visible effect if [member Environment.volumetric_fog_enabled] is [code]true[/code]. If you don't want fog to be globally visible (but only within [FogVolume] nodes), set [member Environment.volumetric_fog_density] to [code]0.0[/code].
</description>
<tutorials>
<link title="Volumetric fog and fog volumes">$DOCS_URL/tutorials/3d/volumetric_fog.html</link>
</tutorials>
<members>
<member name="material" type="Material" setter="set_material" getter="get_material">