Function CollisionObject2D.shapeOwnerAddShape

Adds a Shape2D to the shape owner.

void shapeOwnerAddShape (
  const(long) owner_id,
  Shape2D shape
) nothrow @nogc;