Function CollisionObject2D.shapeOwnerGetShape
Returns the Shape2D
with the given id from the given shape owner.
godot .d .reference .Ref!(godot.shape2d.Shape2D) shapeOwnerGetShape
(
const(long) owner_id,
const(long) shape_id
) nothrow @nogc const;