JSPipe
지도 내 파이프 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createPipe("ID");Function
create(coordinates, startColor, endColor, segment, radius, width) → boolean
Name
Type
Description
getExtent() → number
getId() → string
getPositions() → JSVec3Array
getRadius() → number
moveVertically(altitude) → boolean
Name
Type
Description
setColor(starColor, endColor) → boolean
Name
Type
Description
setFlow(startColor, endColor, segment, interval) → boolean
Name
Type
Description
setFlowDisplay(type) → boolean
Name
Type
Description
setFlowWaitFrame(farme) → boolean
Name
Type
Description
setSimplifyRange(range) → 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