mixinafFantomMappy::Renderer
afFantomMappy::Renderer
@Js
- drawImage
abstract Void drawImage(Obj gfx, Int imageIndex, Int dstPixX, Int dstPixY, RendererDrawMode drawMode)Draws an image as given by
imageIndexat the given coordinates.- restoreClip
virtual Void restoreClip(Obj gfx)This is called after a Layer is drawn to restore the clipping region to what it used to be.
- setClip
virtual Void setClip(Obj gfx, Rect viewBounds)This is called just before a Layer is drawn to allow the
Rendererto set the desired clipping region.