Function ClippedCamera.margin

The camera's collision margin. The camera can't get closer than this distance to a colliding object.

double margin() nothrow @property @nogc;

void margin (
  double v
) nothrow @property @nogc;