summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-14 14:09:42 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-14 14:09:42 -0500
commit5c00d0a54e0ad1cf596fbbcdb0c5ddc9ee29888f (patch)
treee194fa96216c9e8025552b7ee1bc53fb900f0743 /doc
parent47d45f1a4ef5f89836b6a5dfceff43e905e05b76 (diff)
parenta4d724b37c2eb0c8d5f806a0067746cb34e34979 (diff)
downloadredot-engine-5c00d0a54e0ad1cf596fbbcdb0c5ddc9ee29888f.tar.gz
Merge pull request #94371 from KoBeWi/insane_particle_unification_😱
Unify particle editors
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CPUParticles3D.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/CPUParticles3D.xml b/doc/classes/CPUParticles3D.xml
index d7770f2cd5..04ee95457c 100644
--- a/doc/classes/CPUParticles3D.xml
+++ b/doc/classes/CPUParticles3D.xml
@@ -11,6 +11,12 @@
<link title="Particle systems (3D)">$DOCS_URL/tutorials/3d/particles/index.html</link>
</tutorials>
<methods>
+ <method name="capture_aabb" qualifiers="const">
+ <return type="AABB" />
+ <description>
+ Returns the axis-aligned bounding box that contains all the particles that are active in the current frame.
+ </description>
+ </method>
<method name="convert_from_particles">
<return type="void" />
<param index="0" name="particles" type="Node" />