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]
  2. double size [@property setter]
    struct Camera
    @nogc nothrow @property
    void
    size
    (
    double v
    )

Meta