UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

7 lines (6 loc) 216 B
import { Mesh } from '../../../runtime'; /** * 获取原始的容量盒子 * @param type 类型,1 <=25%,2 <=50%,3 <=75%,4 <=100% */ export declare function getCapacityOriginBox(type: 1 | 2 | 3 | 4): Mesh;