Browse Source

Docs: Improved Object3D.copy note.

Mr.doob 6 năm trước cách đây
mục cha
commit
4919cedd8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/en/core/Object3D.html

+ 1 - 1
docs/api/en/core/Object3D.html

@@ -230,7 +230,7 @@
 
 		Copy the given object into this object.
 
-		Note, the callbacks [page:.onAfterRender] and [page:.onBeforeRender] are not copied across.
+		Note: event listeners and user-defined callbacks ([page:.onAfterRender] and [page:.onBeforeRender]) are not copied.
 		</p>
 
 		<h3>[method:Object3D getObjectById]( [param:Integer id] )</h3>