b2dDrawImage

Queues image draw command (deferred rendering, applies current state color/alpha/scale/rotation). Takes imageHandle (image handle from b2dLoadImage, positive integer), x (screen X position in pixels, integer), y (screen Y position in pixels, integer). Returns nothing.

2D Overlay

Parameters & Returns

Parameters

imageHandle Int
x Int
y Int

Returns

Void

Quick Summary

Queues image draw command (deferred rendering, applies current state color/alpha/scale/rotation). Takes imageHandle (image handle from b2dLoadImage, positive integer), x (screen X position in pixels, integer), y (screen Y position in pixels, integer). Returns nothing.

Technical Exegesis...

Queues image draw command (deferred rendering, applies current state color/alpha/scale/rotation). Takes imageHandle (image handle from b2dLoadImage, positive integer), x (screen X position in pixels, integer), y (screen Y position in pixels, integer). Returns nothing.

Example

Example.bam
; No example implemented yet