|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Function List | |
| invalidate | |
Invalidate either a sub-region of the texture or the whole texture. Invalidated regions will be reloaded from the image the next time the texture is bound.
function invalidate ( MOAIImage self, number xMin, number yMin, number xMax, number yMax )
| self | ( MOAIImage ) |
| xMin | ( number ) |
| yMin | ( number ) |
| xMax | ( number ) |
| yMax | ( number ) |