Skip to content

Home > @esengine/ecs-framework-monorepo > IntervalSystem > (constructor)

IntervalSystem.(constructor)

构造函数,初始化时间间隔

Signature:

typescript
constructor(interval: number, matcher?: Matcher);

Parameters

Parameter

Type

Description

interval

number

时间间隔

matcher

Matcher

(Optional) 实体匹配器

基于 MIT 许可证发布