主题
Home > @esengine/ecs-framework-monorepo > Component > update
更新组件
每帧调用,用于更新组件的逻辑。 子类应该重写此方法来实现具体的更新逻辑。
Signature:
update(): void;
Returns:
void