delete

delete engine2d assets

virtuosity.engine2d.delete

Methods


Methods

image

deletes an image or sprite

virtuosity.engine2d.delete.image(canvas, id);


Parameter Type Description
canvas String id of the canvas
id String id of the image or sprite

text

deletes text

virtuosity.engine2d.delete.text(canvas, id);


Parameter Type Description
canvas String id of the canvas
id String id of the text

textbox

deletes a textbox

virtuosity.engine2d.delete.textbox(canvas, id);


Parameter Type Description
canvas String id of the canvas
id String id of the textbox