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