Revert usage of typed array in add_surface_from_arrays parameters
This commit is contained in:
parent
6ccbc27093
commit
1241c4b6ba
3 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@
|
|||
<method name="add_surface_from_arrays">
|
||||
<return type="void" />
|
||||
<param index="0" name="primitive" type="int" enum="Mesh.PrimitiveType" />
|
||||
<param index="1" name="arrays" type="Array[]" />
|
||||
<param index="1" name="arrays" type="Array" />
|
||||
<param index="2" name="blend_shapes" type="Array[]" default="[]" />
|
||||
<param index="3" name="lods" type="Dictionary" default="{}" />
|
||||
<param index="4" name="compress_flags" type="int" default="0" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue