Merge pull request #26334 from rcorre/fix_multimesh_docs

Clarify how to use MultiMesh.set_instance_color.
This commit is contained in:
Rémi Verschelde 2019-02-27 09:24:06 +01:00 committed by GitHub
commit 8889089c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@
</argument>
<description>
Set the color of a specific instance.
For the color to take effect, ensure that [member color_format] is non-[code]null[/code] on the [code]MultiMesh[/code] and [member SpatialMaterial.vertex_color_use_as_albedo] is [code]true[/code] on the material.
</description>
</method>
<method name="set_instance_custom_data">