Add ValidatedCall to MethodBind
* This should optimize GDScript function calling _enormously_. * It also should simplify the GDScript VM considerably. NOTE: GDExtension calling performance has most likely been affected until going via ptrcall is fixed.
This commit is contained in:
parent
14c582bca8
commit
1c93606e47
31 changed files with 299 additions and 84 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<param index="2" name="colors" type="PackedColorArray" default="PackedColorArray()" />
|
||||
<param index="3" name="uv2s" type="PackedVector2Array" default="PackedVector2Array()" />
|
||||
<param index="4" name="normals" type="PackedVector3Array" default="PackedVector3Array()" />
|
||||
<param index="5" name="tangents" type="Array" default="[]" />
|
||||
<param index="5" name="tangents" type="Plane[]" default="[]" />
|
||||
<description>
|
||||
Inserts a triangle fan made of array data into [Mesh] being constructed.
|
||||
Requires the primitive type be set to [constant Mesh.PRIMITIVE_TRIANGLES].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue