Function CollisionObject.shapeOwnerGetShapeIndex

Returns the child index of the Shape with the given id from the given shape owner.

long shapeOwnerGetShapeIndex (
  const(long) owner_id,
  const(long) shape_id
) nothrow @nogc const;