Browse Source

Fix DefaultMatrixAutoUpdate type in docs

Robert Long 6 years ago
parent
commit
5bc9bd73f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/en/core/Object3D.html
  2. 1 1
      docs/api/zh/core/Object3D.html

+ 1 - 1
docs/api/en/core/Object3D.html

@@ -192,7 +192,7 @@
 			Set to ( 0, 1, 0 ) by default.
 		</p>
 
-		<h3>[property:Vector3 DefaultMatrixAutoUpdate]</h3>
+		<h3>[property:Boolean DefaultMatrixAutoUpdate]</h3>
 		<p>
 			The default setting for [page:.matrixAutoUpdate matrixAutoUpdate] for newly created Object3Ds.<br />
 

+ 1 - 1
docs/api/zh/core/Object3D.html

@@ -182,7 +182,7 @@
 		默认设为( 0, 1, 0 )。
 	</p>
 
-	<h3>[property:Vector3 DefaultMatrixAutoUpdate]</h3>
+	<h3>[property:Boolean DefaultMatrixAutoUpdate]</h3>
 	<p>
 			[page:.matrixAutoUpdate matrixAutoUpdate]的默认设置,用于新创建的Object3D。<br />