get

get engine2d assets

virtuosity.engine2d.get

Methods


Methods

image

gets an image or sprite

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


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

text

gets text

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


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

htmltext

gets a htmltext

virtuosity.engine2d.get.htmltext(canvas, id);


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

textbox

gets a textbox

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


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

canvas

get the DOM canvas

virtuosity.engine2d.get.canvas(id);


Parameter Type Description
id String id of the canvas