Skip to content

Home > @esengine/ecs-framework-monorepo > EntityDataCollector

EntityDataCollector class

实体数据收集器

Signature:

typescript
export declare class EntityDataCollector

Methods

Method

Modifiers

Description

calculateObjectSize(obj, excludeKeys)

collectEntityData(scene)

collectEntityDataWithMemory(scene)

estimateEntityMemoryUsage(entity)

expandLazyObject(entityId, componentIndex, propertyPath, scene)

展开懒加载对象(供调试面板调用)

extractComponentDetails(components)

提取组件详细信息

getComponentProperties(entityId, componentIndex, scene)

获取组件的完整属性信息(仅在需要时调用)

getEntityDetails(entityId, scene)

getRawEntityList(scene)

基于 MIT 许可证发布