Camera2D.dragMarginVEnabled

If true the camera only moves when reaching the vertical drag margins. If false the camera moves vertically regardless of margins. Default value: true.

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

Meta