Function Physics2DServerSingleton.bodySetShapeTransform

Sets the transform matrix for a body shape.

void bodySetShapeTransform (
  const(RID) _body,
  const(long) shape_idx,
  const(Transform2D) transform
) nothrow @nogc;