Function Camera.size

The camera's size measured as 1/2 the width or height. Only applicable in orthogonal mode. Since keepAspect locks on axis, size sets the other axis' size length.

double size() nothrow @property @nogc;

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