Skip to content

Commit

Permalink
Docs: Improve Object3D page. (#28145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Apr 16, 2024
1 parent 60e56fd commit cbb480b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/en/core/Object3D.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ <h3>[method:Object3D clone]( [param:Boolean recursive] )</h3>

<h3>[method:this copy]( [param:Object3D object], [param:Boolean recursive] )</h3>
<p>
recursive -- if true, descendants of the object are also copied. Default
is true.<br /><br />
recursive -- If set to `true`, descendants of the object are copied next to the existing ones.
If set to `false`, descendants are left unchanged. Default is `true`.<br /><br />

Copy the given object into this object. Note: event listeners and
Copies the given object into this object. Note: Event listeners and
user-defined callbacks ([page:.onAfterRender] and [page:.onBeforeRender])
are not copied.
</p>
Expand Down

0 comments on commit cbb480b

Please sign in to comment.