Function TileSet.tileGetShape
Returns a tile's given shape.
godot .d .reference .Ref!(godot.shape2d.Shape2D) tileGetShape
(
const(long) id,
const(long) shape_id
) nothrow @nogc const;
Returns a tile's given shape.
godot .d .reference .Ref!(godot.shape2d.Shape2D) tileGetShape
(
const(long) id,
const(long) shape_id
) nothrow @nogc const;