mirror of https://github.com/godotengine/godot
classref: Sync with current source
This commit is contained in:
parent
a9521ef996
commit
f3e302c07c
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<doc version="2.1.4.beta.custom_build" name="Engine Types">
|
||||
<doc version="2.1.4.stable.custom_build" name="Engine Types">
|
||||
<class name="@GDScript" category="Core">
|
||||
<brief_description>
|
||||
Built-in GDScript functions.
|
||||
|
|
@ -21897,6 +21897,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_from_mesh">
|
||||
<argument index="0" name="mesh" type="Object">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_polygon">
|
||||
<return type="IntArray">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Reference in New Issue