0.6.0 • Published 10 months ago

@vis-three/module-bone v0.6.0

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

@vis-three/module-bone

最新版本

license

模块信息

module.type

  • : bone

module.object

  • : true

module.lifeOrder

  • : SUPPORT_LIFE_CYCLE.THREE - 300

提供配置

骨骼-Bone

  • 类型Bone
  • 配置类型:
export interface BoneConfig extends ObjectConfig {
  children: string[];
}
  • 默认配置:
{
   children: [],
}