summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex-Mayo <alexander.mayo@mymail.champlain.edu>2024-04-20 21:23:12 -0400
committerRémi Verschelde <rverschelde@gmail.com>2024-04-26 10:50:41 +0200
commit91c10a238b36a21c0c0a8a9162c0efdc30c8b9a3 (patch)
tree48eef266db8865b293ab5d95a582cfe7dce2e145
parent11d3768132582d192b8464769f26b493ae822321 (diff)
downloadredot-engine-91c10a238b36a21c0c0a8a9162c0efdc30c8b9a3.tar.gz
Clarify docs for ParticleProcessMaterial emission_box_extents
-rw-r--r--doc/classes/ParticleProcessMaterial.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ParticleProcessMaterial.xml b/doc/classes/ParticleProcessMaterial.xml
index 8d0ae317b9..1502690b45 100644
--- a/doc/classes/ParticleProcessMaterial.xml
+++ b/doc/classes/ParticleProcessMaterial.xml
@@ -185,6 +185,7 @@
</member>
<member name="emission_box_extents" type="Vector3" setter="set_emission_box_extents" getter="get_emission_box_extents">
The box's extents if [member emission_shape] is set to [constant EMISSION_SHAPE_BOX].
+ [b]Note:[/b] [member emission_box_extents] starts from the center point and applies the X, Y, and Z values in both directions. The size is twice the area of the extents.
</member>
<member name="emission_color_texture" type="Texture2D" setter="set_emission_color_texture" getter="get_emission_color_texture">
Particle color will be modulated by color determined by sampling this texture at the same point as the [member emission_point_texture].