Function PhysicsServerSingleton.areaAddShape

Adds a shape to the area, along with a transform matrix. Shapes are usually referenced by their index, so you should track which shape has a given index.

void areaAddShape (
  const(RID) area,
  const(RID) shape,
  const(Transform) transform = Transform(Basis([Vector3(1.00000F, 0.00000F, 0.00000F, ), Vector3(0.00000F, 1.00000F, 0.00000F, ), Vector3(0.00000F, 0.00000F, 1.00000F, )]), Vector3(0.00000F, 0.00000F, 0.00000F, )),
  const(bool) disabled = false
) nothrow @nogc;