Adding missing description for method and fixing typo
This commit is contained in:
parent
774a9fde84
commit
77b6f3e812
|
@ -15,13 +15,14 @@
|
||||||
<return type="AABB">
|
<return type="AABB">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the bounding box that contains all the particles that are active in the current frame.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="restart">
|
<method name="restart">
|
||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Restarts the particle emmission, clearing existing particles.
|
Restarts the particle emission, clearing existing particles.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
|
Loading…
Reference in New Issue