Skip to content
On this page

title: selectHelper

selectHelper

SelectHelper

Kind: global class

new SelectHelper(viewer)

包围盒选中效果 绑定 transformControls

ParamTypeDescription
viewerViewer场景

selectHelper.addSelectObject(list, color)

选中物体

Kind: instance method of SelectHelper

ParamTypeDefaultDescription
listArray选中物体数组
colorstring"#BBFFFF"包围盒颜色

selectHelper.clear()

清空选中

Kind: instance method of SelectHelper

selectHelper.destroy()

销毁

Kind: instance method of SelectHelper