JSArrow
지도 내 3차원 모델 화살표 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.CreateArrow("ID");Function
getId() → string
var strKey = object.getId();Create(position, pan, tilt, distance, radius, head_rate, arrow_radius, color) → 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
getPosition(), setPosition(pos) → void
Name
Type
Description
getOrient(), setOrient(orient) → void
Name
Type
Description
getTilt(), setTilt(tilt) → void
Name
Type
Description
getDist(), setDist(dist) → void
Name
Type
Description
getColor(), setColor(color) → void
Name
Type
Description
Last updated