WorldStatsSnapshot constructor
const
WorldStatsSnapshot({
- required EntityStatsSnapshot entities,
- required ArchetypeStatsSnapshot archetypes,
- required Map<
String, SystemStatsSnapshot> systems, - required int frameCount,
- required Duration worldTime,
Implementation
const WorldStatsSnapshot({
required this.entities,
required this.archetypes,
required this.systems,
required this.frameCount,
required this.worldTime,
});