Difference between revisions of "love.graphics.setScissor"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Disables scissor. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 25: | Line 25: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Disables scissor.}} |
Revision as of 16:17, 14 February 2010
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.