Skip to content

Commit

Permalink
Merge pull request #63215 from VojtaStruhar/issue-58019
Browse files Browse the repository at this point in the history
[Docs] Filled in MultiMesh instance_count detail.
  • Loading branch information
mhilbrunner authored Jul 19, 2022
2 parents 715f556 + 5a61906 commit e44a2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/classes/MultiMesh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
<member name="custom_data_array" type="PackedColorArray" setter="_set_custom_data_array" getter="_get_custom_data_array">
</member>
<member name="instance_count" type="int" setter="set_instance_count" getter="get_instance_count" default="0">
Number of instances that will get drawn. This clears and (re)sizes the buffers. By default, all instances are drawn but you can limit this with [member visible_instance_count].
Number of instances that will get drawn. This clears and (re)sizes the buffers. Setting data format or flags afterwards will have no effect.
By default, all instances are drawn but you can limit this with [member visible_instance_count].
</member>
<member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh">
Mesh to be drawn.
Expand Down

0 comments on commit e44a2f1

Please sign in to comment.