Преглед на файлове

Merge pull request #16025 from nzjony/dev

Clarify documentation for Object3D copy method
Mr.doob преди 6 години
родител
ревизия
ebfa122711
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      docs/api/en/core/Object3D.html

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

@@ -229,6 +229,8 @@
 		recursive -- if true, descendants of the object are also copied. Default is true.<br /><br />
 
 		Copy the given object into this object.
+
+		Note, the callbacks [page:.onAfterRender] and [page:.onBeforeRender] are not copied across.
 		</p>
 
 		<h3>[method:Object3D getObjectById]( [param:Integer id] )</h3>