Function Physics2DServerSingleton.areaSetShapeTransform
Sets the transform matrix for an area shape.
void areaSetShapeTransform
(
const(RID) area,
const(long) shape_idx,
const(Transform2D) transform
) nothrow @nogc;