主题
Home > @esengine/ecs-framework-monorepo > Entity > update
更新实体
调用所有组件的更新方法,并更新子实体。
Signature:
update(): void;
Returns:
void