Home > @esengine/ecs-framework-monorepo > IntervalSystem > (constructor)
IntervalSystem.(constructor)
构造函数,初始化时间间隔
Signature:
typescript
constructor(interval: number, matcher?: Matcher);
Parameters
Parameter | Type | Description |
---|---|---|
interval | number | 时间间隔 |
matcher | (Optional) 实体匹配器 |