RendererTexture.update

Use this function to update the given texture rectangle with new pixel data.

struct RendererTexture
void
update
(
const void* pixels
,
const ShortRect* rect = null
,
int pitch = -1
)

Meta