Skip to content

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

EntityDataCollector.expandLazyObject() method

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

Signature:

typescript
expandLazyObject(entityId: number, componentIndex: number, propertyPath: string, scene?: IScene | null): any;

Parameters

Parameter

Type

Description

entityId

number

componentIndex

number

propertyPath

string

scene

IScene | null

(Optional)

Returns:

any

基于 MIT 许可证发布