Camera2D.smoothingEnabled

If true the camera smoothly moves towards the target at smoothingSpeed. Default value: false

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

Meta