Generate constructor
const
Generate(})
Generate a class that extends base
with an Aspect based on allOf
,
oneOf
and exclude
as well as the additional Mappers defined by
mapper
and the EntitySystems and Managers defined by systems
and
manager
.
Implementation
const Generate(
this.base, {
this.allOf = const [],
this.oneOf = const [],
this.exclude = const [],
this.mapper = const [],
this.systems = const [],
this.manager = const [],
});