Merge pull request #29454 from Lisapple/patch-2

Add description for Particles.capture_aabb and fix typo
This commit is contained in:
Rémi Verschelde 2019-06-04 08:35:12 +02:00 committed by GitHub
commit 909c3ad1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,14 @@
<return type="AABB">
</return>
<description>
Returns the bounding box that contains all the particles that are active in the current frame.
</description>
</method>
<method name="restart">
<return type="void">
</return>
<description>
Restarts the particle emmission, clearing existing particles.
Restarts the particle emission, clearing existing particles.
</description>
</method>
</methods>