IntervalEntitySystem constructor
Create an IntervalEntitySystem with the specified interval
and
aspect
.
Implementation
IntervalEntitySystem(
this.interval,
super.aspect, {
super.group,
super.passive,
});
Create an IntervalEntitySystem with the specified interval
and
aspect
.
IntervalEntitySystem(
this.interval,
super.aspect, {
super.group,
super.passive,
});