JSBillboard
API for setting up and modifying billboard objects made of planes.
var object = Module.createBillboard("ID");Function
getId() → string
var strKey = object.getId();set(position, icon, width, height) → boolean
Name
Type
Description
setImage(position, data, width, height) → boolean
Name
Type
Description
setSizeScale(x, y, z) → boolean
Name
Type
Description
setSizeFix(type) → boolean
Name
Type
Description
setRotationMode(type) → boolean
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated