Views
love.graphics.newStencil
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Creates a new stencil.
Function
Synopsis
myStencil = love.graphics.newStencil( stencilFunction )
Arguments
function stencilFunction
- Function that draws the stencil.
Returns
function myStencil
- Function that defines the new stencil.
See Also