diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
commit | e66d9988a638c94a529f13a9c893181c939eb7da (patch) | |
tree | 472a83a039e41803e1c1825efbf2bbcafbad008d /doc/classes/MeshInstance3D.xml | |
parent | 47e7fb4406a1816a7a5b68602dd03174d31590aa (diff) | |
parent | b8f78b14be5e61858c33a572159e074c3755f4c9 (diff) | |
download | redot-engine-e66d9988a638c94a529f13a9c893181c939eb7da.tar.gz |
Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/MeshInstance3D.xml')
-rw-r--r-- | doc/classes/MeshInstance3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MeshInstance3D.xml b/doc/classes/MeshInstance3D.xml index d8e2c43566..a0a773b90a 100644 --- a/doc/classes/MeshInstance3D.xml +++ b/doc/classes/MeshInstance3D.xml @@ -120,7 +120,7 @@ <param index="1" name="material" type="Material" /> <description> Sets the override [param material] for the specified [param surface] of the [Mesh] resource. This material is associated with this [MeshInstance3D] rather than with [member mesh]. - [b]Note:[/b] This assigns the [Material] associated to the [MeshInstance3D]'s Surface Material Override properties, not the material within the [Mesh] resource. To set the material within the [Mesh] resource, use [method Mesh.surface_get_material] instead. + [b]Note:[/b] This assigns the [Material] associated to the [MeshInstance3D]'s Surface Material Override properties, not the material within the [Mesh] resource. To set the material within the [Mesh] resource, use [method Mesh.surface_set_material] instead. </description> </method> </methods> |