Skip to content

Home > @esengine/ecs-framework-monorepo > Entity > update

Entity.update() method

更新实体

调用所有组件的更新方法,并更新子实体。

Signature:

typescript
update(): void;

Returns:

void

基于 MIT 许可证发布