Returns an array of dictionaries describing the tile's shapes. Dictionary structure in the array returned by this method:
{ "autotile_coord": Vector2, "one_way": bool, "one_way_margin": int, "shape": CollisionShape2D, "shape_transform": Transform2D, }
See Implementation
Returns an array of dictionaries describing the tile's shapes. Dictionary structure in the array returned by this method: