Skip to content

Home > @esengine/ecs-framework-monorepo > EntitySystem > entities

EntitySystem.entities property

获取系统处理的实体列表(动态查询)

Signature:

typescript
get entities(): readonly Entity[];

基于 MIT 许可证发布