Constructor
new MoveFollowPipeline(viewer, axisLength, axisWidth, options)
沿轴移动构造函数
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
viewer |
Viewer | 场景对象 |
||||||||||||||||||||
axisLength |
Number | 编辑器轴长 |
||||||||||||||||||||
axisWidth |
Number | 编辑器轴宽 |
||||||||||||||||||||
options |
Object | 可选参数 Properties
|
Classes
Methods
endEdit()
结束编辑
startEdit(callback)
开始编辑
Parameters:
Name | Type | Description |
---|---|---|
callback |
function | 选择完成后执行的回调函数 编辑实体作为参数传递给回调函数 |