0.7.0 • Published 9 months ago

@vis-three/module-shape v0.7.0

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

@vis-three/module-shape

最新版本

license

模块信息

module.type

  • : shape

module.object

  • : false

module.lifeOrder

  • : SUPPORT_LIFE_CYCLE.ONE-100

提供配置

形状-Shape

  • 类型Shape
  • 配置类型:
export interface ShapeConfig extends SymbolConfig {
  /**路径vid标识 */
  shape: string;
  /**路径vid标识 */
  holes: string[];
}
  • 默认配置:
{
   shape: "",
   holes: [],
}
0.7.0

9 months ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago