Function Camera2D.getLimit
Returns the specified camera limit. See also limitBottom
, limitTop
, limitLeft
, and limitRight
.
long getLimit
(
const(long) margin
) nothrow @nogc const;
Returns the specified camera limit. See also limitBottom
, limitTop
, limitLeft
, and limitRight
.
long getLimit
(
const(long) margin
) nothrow @nogc const;