BitmapData#imageData

imageData :ImageData

The context image data.
Please note that a call to BitmapData.draw() or BitmapData.copy() does not update immediately this property for performance reason. Use BitmapData.update() to do so.
This property is updated automatically after the first game loop, according to the dirty flag property.

Source code: gameobjects/BitmapData.js (Line 77)
doc_phaser
2017-02-14 10:37:05
Comments
Leave a Comment

Please login to continue.