瀏覽代碼

Object3D: Document events. (#27755)

Michael Herzog 1 年之前
父節點
當前提交
32e5b53842
共有 1 個文件被更改,包括 22 次插入0 次删除
  1. 22 0
      docs/api/en/core/Object3D.html

+ 22 - 0
docs/api/en/core/Object3D.html

@@ -604,6 +604,28 @@
 			Converts the vector from world space to this object's local space.
 		</p>
 
+		<h2>Events</h2>
+
+		<h3>added</h3>
+		<p>
+			Fires when the object has been added to its parent object.
+		</p>
+
+		<h3>removed</h3>
+		<p>
+			Fires when the object has been removed from its parent object.
+		</p>
+
+		<h3>childadded</h3>
+		<p>
+			Fires when a new child object has been added.
+		</p>
+
+		<h3>childremoved</h3>
+		<p>
+			Fires when a new child object has been removed.
+		</p>
+
 		<h2>Source</h2>
 
 		<p>