@@ -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>
@@ -315,6 +315,7 @@
Definisce se viene utilizzata la colorazione dei vertici. Il valore predefinito è `false`.
@@ -258,6 +258,7 @@
是否使用顶点着色。默认值为false。
+The engine supports RGB and RGBA vertex colors depending on whether a three (RGB) or four (RGBA) component color buffer attribute is used.