Camera2D.current

If true the camera is the active camera for the current scene. Only one camera can be current, so setting a different camera current will disable this one.

  1. bool current [@property getter]
    struct Camera2D
    @nogc nothrow @property
    bool
    current
    ()
  2. bool current [@property setter]

Meta