JSFigure
지도 내 3D figure 객체 생성 및 설정하기 위한 API 입니다.
let figure = Module.createFigure("ID");Properties
Name
Type
Description
Function
getAngle() → number
var dAngle = figure.getAngle();getBoundary() → JSAABBox3D
getCenter() → JSVector3D
getExtent() → number
getFigureType() → number
getId() → string
getPosition() → JSVector3D
getSize() → JSVector3D
setAngle(angle) → boolean
Name
Type
Description
setDepth(depth) → boolean
Name
Type
Description
setHeight(height) → boolean
Name
Type
Description
setWidth(width) → boolean
Name
Type
Description
setPosition(position) → boolean
Name
Type
Description
setSize(width, height, depth) → boolean
Name
Type
Description
setledBoard(option) → string
Name
Type
Description
createPlane(min, max) → boolean
Name
Type
Description
editPlane() → boolean
createOverlapRTT(option) → boolean
Name
Type
Description
clearTexture() → boolean
setInfo(option) → boolean
Name
Type
Description
getInfo() → string
getRectInfo() → object
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getStyle(), setStyle(style) → JSPolygonStyle
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated