Function TileSet.autotileGetNavigationPolygon
Returns the navigation polygon of the subtile from an atlas/autotile given its coordinates.
godot .d .reference .Ref!(godot.navigationpolygon.NavigationPolygon) autotileGetNavigationPolygon
(
const(long) id,
const(Vector2) coord
) nothrow @nogc const;