mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user