Function CSGShape.useCollision
Adds a collision shape to the physics engine for our CSG shape. This will always act like a static body. Note that the collision shape is still active even if the CSG shape itself is hidden.
bool useCollision() nothrow @property @nogc;
void useCollision
(
bool v
) nothrow @property @nogc;