@vis-three/module-bone
v0.7.0
Published
vis-three bone module
Downloads
4
Readme
@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: [],
}