瀏覽代碼

Docs: Improve `Material` page. (#25289)

Michael Herzog 2 年之前
父節點
當前提交
77860b8dbc
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      docs/api/en/materials/Material.html
  2. 1 0
      docs/api/it/materials/Material.html
  3. 1 0
      docs/api/zh/materials/Material.html

+ 1 - 0
docs/api/en/materials/Material.html

@@ -298,6 +298,7 @@
 		<h3>[property:Boolean vertexColors]</h3>
 		<p>
 		Defines whether vertex coloring is used. Default is `false`.
+		The engine supports RGB and RGBA vertex colors depending on whether a three (RGB) or four (RGBA) component color buffer attribute is used.
 		</p>
 
 		<h3>[property:Boolean visible]</h3>

+ 1 - 0
docs/api/it/materials/Material.html

@@ -315,6 +315,7 @@
 		<h3>[property:Boolean vertexColors]</h3>
 		<p>
 			Definisce se viene utilizzata la colorazione dei vertici. Il valore predefinito è `false`.
+			The engine supports RGB and RGBA vertex colors depending on whether a three (RGB) or four (RGBA) component color buffer attribute is used.
 		</p>
 
 		<h3>[property:Boolean visible]</h3>

+ 1 - 0
docs/api/zh/materials/Material.html

@@ -258,6 +258,7 @@
 <h3>[property:Boolean vertexColors]</h3>
 <p>
 是否使用顶点着色。默认值为false。
+The engine supports RGB and RGBA vertex colors depending on whether a three (RGB) or four (RGBA) component color buffer attribute is used.
 </p>
 
 <h3>[property:Boolean visible]</h3>