mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
classref: Sync with current source
This commit is contained in:
@@ -103,6 +103,18 @@
|
||||
Array of [Vector3] with the non empty cell coordinates in the grid map.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_to_world" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="x" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="y" type="int">
|
||||
</argument>
|
||||
<argument index="2" name="z" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="resource_changed">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -198,6 +210,14 @@
|
||||
Sets the collection of meshes for the map.
|
||||
</description>
|
||||
</method>
|
||||
<method name="world_to_map" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="pos" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="INVALID_CELL_ITEM" value="-1" enum="">
|
||||
|
||||
Reference in New Issue
Block a user