Skip to content

Home > @esengine/ecs-framework-monorepo > IntervalSystem > onCheckProcessing

IntervalSystem.onCheckProcessing() method

判断是否需要进行处理 如果需要进行处理,则更新累积增量和时间间隔余数,返回true 否则返回false

Signature:

typescript
protected onCheckProcessing(): boolean;

Returns:

boolean

基于 MIT 许可证发布