UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

7 lines (6 loc) 186 B
import { Entity } from '../Entity'; /** * 获取指定层级的单个实体的加载权重 * @param level 层级 */ export declare function getPerWeight(level: Entity): number;