diff options
author | kobewi <kobewi4e@gmail.com> | 2024-07-15 01:11:18 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-10-04 22:36:12 +0200 |
commit | a4d724b37c2eb0c8d5f806a0067746cb34e34979 (patch) | |
tree | 03654574dc0ca40e12522d361e1ea84fa83f60b4 /doc/classes | |
parent | 3576e840c7c699dbd21c9c02ec652dafc48e764c (diff) | |
download | redot-engine-a4d724b37c2eb0c8d5f806a0067746cb34e34979.tar.gz |
Unify particle editors
Diffstat (limited to 'doc/classes')
-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" /> |