mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
committed by
Hein-Pieter van Braam
parent
fbad7c2dd9
commit
9b8388dab1
@@ -91,7 +91,7 @@
|
||||
<argument index="0" name="surf_idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the length in indices of the index array in the requested surface (see [method add_surface]).
|
||||
Return the length in indices of the index array in the requested surface (see [method add_surface_from_arrays]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="surface_get_array_len" qualifiers="const">
|
||||
@@ -100,7 +100,7 @@
|
||||
<argument index="0" name="surf_idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the length in vertices of the vertex array in the requested surface (see [method add_surface]).
|
||||
Return the length in vertices of the vertex array in the requested surface (see [method add_surface_from_arrays]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="surface_get_arrays" qualifiers="const">
|
||||
@@ -125,7 +125,7 @@
|
||||
<argument index="0" name="surf_idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the format mask of the requested surface (see [method add_surface]).
|
||||
Return the format mask of the requested surface (see [method add_surface_from_arrays]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="surface_get_material" qualifiers="const">
|
||||
@@ -151,7 +151,7 @@
|
||||
<argument index="0" name="surf_idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the primitive type of the requested surface (see [method add_surface]).
|
||||
Return the primitive type of the requested surface (see [method add_surface_from_arrays]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="surface_remove">
|
||||
|
||||
Reference in New Issue
Block a user