0.7.0 • Published 10 months ago

@vis-three/strategy-helper-select-interact v0.7.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
10 months ago

@vis-three/strategy-helper-select-interact

物体辅助在鼠标选择时的交互策略。

最新版本

license

策略名称

GridViewpointStrategy

策略条件

  • @vis-three/plugin-grid-helper
  • @vis-three/plugin-viewpoin

策略传参

export interface HelperSelectInteractParameters {
  /**是否会与辅助进行交互 */
  interact?: boolean;
  /**选中激活时的颜色 */
  activeColor?: string;
  /**鼠标hover时候的颜色 */
  hoverColor?: string;
  /**默认的辅助颜色 */
  defaultColor?: string;
  /**选中时候的辅助颜色 */
  selectedColor?: string;
}