瀏覽代碼

Merge pull request #29454 from Lisapple/patch-2

Add description for Particles.capture_aabb and fix typo
Rémi Verschelde 6 年之前
父節點
當前提交
909c3ad1a0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/Particles.xml

+ 2 - 1
doc/classes/Particles.xml

@@ -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>