diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:42 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:42 -0500 |
commit | 5c00d0a54e0ad1cf596fbbcdb0c5ddc9ee29888f (patch) | |
tree | e194fa96216c9e8025552b7ee1bc53fb900f0743 /doc | |
parent | 47d45f1a4ef5f89836b6a5dfceff43e905e05b76 (diff) | |
parent | a4d724b37c2eb0c8d5f806a0067746cb34e34979 (diff) | |
download | redot-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.xml | 6 |
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" /> |