Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs where uuid removed #13626

Merged
merged 1 commit into from
Mar 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/api/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ <h3>[property:Object updateRange]</h3>
related to color).
</div>

<h3>[property:String uuid]</h3>
<div>
[link:http://en.wikipedia.org/wiki/Universally_unique_identifier UUID] of this object instance.
This gets automatically assigned and this shouldn't be edited.
</div>

<h3>[property:Integer version]</h3>
<div>A version number, incremented every time the [page:BufferAttribute.needsUpdate needsUpdate] property is set to true.</div>

Expand Down
5 changes: 0 additions & 5 deletions docs/api/renderers/WebGLRenderTarget.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ <h3>[name]([param:Number width], [param:Number height], [param:Object options])<

<h2>Properties</h2>

<h3>[property:number uuid]</h3>
<div>
A unique number for this render target instance.
</div>

<h3>[property:number width]</h3>
<div>
The width of the render target.
Expand Down