Home > @esengine/ecs-framework-monorepo > EntityDataCollector > expandLazyObject
EntityDataCollector.expandLazyObject() method
展开懒加载对象(供调试面板调用)
Signature:
typescript
expandLazyObject(entityId: number, componentIndex: number, propertyPath: string, scene?: IScene | null): any;
1
Parameters
Parameter | Type | Description |
---|---|---|
entityId | number | |
componentIndex | number | |
propertyPath | string | |
scene | IScene | null | (Optional) |
Returns:
any