JSGhostSymbol
지도 내 고스트 심볼 객체 생성를 생성 및 설정하기 위한 API 입니다.
var object = Module.createGhostSymbol("ID");Properties
Name
Type
Description
Function
getBasePointX() → number
getBasePointY() → number
getBasePointZ() → number
getGhostSymbolMapKey() → string
getId() → string
getPosition() → JSVector3D
getHeight() → number
getRotationX() → number
getRotationY() → number
getRotationZ() → number
getScale() → JSSize3D
moveVertically(alt) → boolean
Name
Type
Description
setBasePoint(x, y, z) → boolean
Name
Type
Description
setGhostSymbol(name) → boolean
Name
Type
Description
setPosition(position) → boolean
Name
Type
Description
setScale(scale) → boolean
Name
Type
Description
setRotation(x, y, z) → boolean
Name
Type
Description
setDirection(angle) → boolean
Name
Type
Description
getDirection() → number
Getter / Setter
getColor(), setColor(color) → JSColor
Name
Type
Description
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getOpacity(), setOpacity(opacity) → number
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
setScreenFixedSize(size) → boolean
Name
Type
Description
Last updated