diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-25 15:14:36 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-25 15:14:47 +0200 |
commit | 7a42df3626159d1d81d2b5aabf13f19ef1951976 (patch) | |
tree | c1b8309946ff1e0bd72a0463bbb626d4640d132d /doc/classes/MeshInstance.xml | |
parent | 8e391c1e229e2e44b5161036d9a2e584ed08f968 (diff) |
doc: Sync with current source
Diffstat (limited to 'doc/classes/MeshInstance.xml')
-rw-r--r-- | doc/classes/MeshInstance.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/MeshInstance.xml b/doc/classes/MeshInstance.xml index ef42726ca9..bcc9a7cad9 100644 --- a/doc/classes/MeshInstance.xml +++ b/doc/classes/MeshInstance.xml @@ -41,6 +41,12 @@ Returns the [Material] for a surface of the [Mesh] resource. </description> </method> + <method name="get_surface_material_count" qualifiers="const"> + <return type="int"> + </return> + <description> + </description> + </method> <method name="set_surface_material"> <return type="void"> </return> |