IntervalEntitySystem constructor

IntervalEntitySystem(
  1. double interval,
  2. Aspect aspect, {
  3. int group = 0,
  4. bool passive = false,
})

Create an IntervalEntitySystem with the specified interval and aspect.

Implementation

IntervalEntitySystem(
  this.interval,
  super.aspect, {
  super.group,
  super.passive,
});