ClippedCamera.margin

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

  1. double margin [@property getter]
  2. double margin [@property setter]
    struct ClippedCamera
    @nogc nothrow @property
    void
    margin
    (
    double v
    )

Meta