소스 검색

Merge pull request #42812 from Calinou/doc-multimesh-set-instance-color

Clarify that `MultiMesh.set_instance_color()` multiplies vertex colors
Rémi Verschelde 4 년 전
부모
커밋
24670c5a6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/MultiMesh.xml

+ 1 - 1
doc/classes/MultiMesh.xml

@@ -65,7 +65,7 @@
 			<argument index="1" name="color" type="Color">
 			</argument>
 			<description>
-				Sets the color of a specific instance.
+				Sets the color of a specific instance by [i]multiplying[/i] the mesh's existing vertex colors.
 				For the color to take effect, ensure that [member use_colors] is [code]true[/code] on the [MultiMesh] and [member BaseMaterial3D.vertex_color_use_as_albedo] is [code]true[/code] on the material.
 			</description>
 		</method>