Browse Source

update docs where uuid removed

aardgoose 7 years ago
parent
commit
ac15c5b660
2 changed files with 0 additions and 11 deletions
  1. 0 6
      docs/api/core/BufferAttribute.html
  2. 0 5
      docs/api/renderers/WebGLRenderTarget.html

+ 0 - 6
docs/api/core/BufferAttribute.html

@@ -111,12 +111,6 @@
 			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>
 

+ 0 - 5
docs/api/renderers/WebGLRenderTarget.html

@@ -48,11 +48,6 @@
 
 		<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.