love.graphics.setScissor
Sets or disables scissor.
Contents
Function
Synopsis
love.graphics.setScissor( )
Arguments
None.
Returns
Nothing.
Function
Synopsis
love.graphics.setScissor( x, y, width, height )
Arguments
number x
- x coordinate of upper left corner.
number y
- y coordinate of upper left corner.
number width
- width of clipping rectangle.
number height
- height of clipping rectangle.
Returns
Nothing.