浏览代码

Clarify documentation for Object3D copy method

Related to: #14009
Jonathan Stichbury 6 年之前
父节点
当前提交
cdf6dc326b
共有 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>