diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-04 08:35:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 08:35:12 +0200 |
commit | 909c3ad1a02b0e7da376b69431d05b5f2a163eaa (patch) | |
tree | 90dedb8f000d8406b468d18efd444d6c4d329e0f | |
parent | 72df0c943695ae0e20dba62539207d68cce85929 (diff) | |
parent | 77b6f3e8129877d8a980f8cfdd95b8ef2ef978f6 (diff) |
Merge pull request #29454 from Lisapple/patch-2
Add description for Particles.capture_aabb and fix typo
-rw-r--r-- | doc/classes/Particles.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index 0023fce97d..7820c63ad7 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -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> |