JSObject
Basic class for 3D objects. There are various types depending on the shape, and the JSObject3D object is the base type for 3D object types.
Function
getId() → string
lat strKey = object.getId();Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
var strDesc = object.getDescription();
// ... or ...
object.setDescription("First Object.");getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated