소스 검색

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