From 91c10a238b36a21c0c0a8a9162c0efdc30c8b9a3 Mon Sep 17 00:00:00 2001 From: Alex-Mayo Date: Sat, 20 Apr 2024 21:23:12 -0400 Subject: [PATCH] Clarify docs for ParticleProcessMaterial emission_box_extents --- doc/classes/ParticleProcessMaterial.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ParticleProcessMaterial.xml b/doc/classes/ParticleProcessMaterial.xml index 8d0ae317b982..1502690b4525 100644 --- a/doc/classes/ParticleProcessMaterial.xml +++ b/doc/classes/ParticleProcessMaterial.xml @@ -185,6 +185,7 @@ 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. Particle color will be modulated by color determined by sampling this texture at the same point as the [member emission_point_texture].