Function CollisionObject2D.shapeOwnerGetShapeIndex
Returns the child index of the Shape2D
with the given id from the given shape owner.
long shapeOwnerGetShapeIndex
(
const(long) owner_id,
const(long) shape_id
) nothrow @nogc const;