Function PhysicsServerSingleton.bodyGetShape

Returns the RID of the nth shape of a body.

RID bodyGetShape (
  const(RID) _body,
  const(long) shape_idx
) nothrow @nogc const;