浏览代码

add missing method doc

aardgoose 6 年之前
父节点
当前提交
91d7f619f3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/api/en/core/BufferAttribute.html

+ 3 - 0
docs/api/en/core/BufferAttribute.html

@@ -120,6 +120,9 @@
 		<h3>[method:BufferAttribute clone]() </h3>
 		<p>Return a copy of this bufferAttribute.</p>
 
+		<h3>[method:BufferAttribute copy]( [param:BufferAttribute bufferAttribute] )</h3>
+		<p>Copies another BufferAttribute to this BufferAttribute.</p>
+
 		<h3>[method:BufferAttribute copyArray]( array ) </h3>
 		<p>Copy the array given here (which can be a normal array or TypedArray) into
 			[page:BufferAttribute.array array].<br /><br />