Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Improve Material page. #25289

Merged
merged 1 commit into from Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/en/materials/Material.html
Expand Up @@ -298,6 +298,7 @@ <h3>[property:Integer version]</h3>
<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>
Expand Down
1 change: 1 addition & 0 deletions docs/api/it/materials/Material.html
Expand Up @@ -315,6 +315,7 @@ <h3>[property:Integer version]</h3>
<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>
Expand Down
1 change: 1 addition & 0 deletions docs/api/zh/materials/Material.html
Expand Up @@ -258,6 +258,7 @@ <h3>[property:Integer version]</h3>
<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>
Expand Down