Document an example dictionary returned by TileSet.tile_get_shapes()
(cherry picked from commit 60bb80505f
)
This commit is contained in:
parent
6f71bc2a06
commit
508388a9fd
1 changed files with 11 additions and 1 deletions
|
@ -478,7 +478,17 @@
|
|||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Returns an array of the tile's shapes.
|
||||
Returns an array of dictionaries describing the tile's shapes.
|
||||
[b]Dictionary structure in the array returned by this method:[/b]
|
||||
[codeblock]
|
||||
{
|
||||
"autotile_coord": Vector2,
|
||||
"one_way": bool,
|
||||
"one_way_margin": int,
|
||||
"shape": CollisionShape2D,
|
||||
"shape_transform": Transform2D,
|
||||
}
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
<method name="tile_get_texture" qualifiers="const">
|
||||
|
|
Loading…
Reference in a new issue