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.

  1. double size [@property getter]
    struct Camera
    @nogc nothrow @property
    double
    size
    ()
  2. double size [@property setter]

Meta