Class SectorSystemStats
Statistics about the sector system performance
public record SectorSystemStats : IEquatable<SectorSystemStats>
- Inheritance
-
SectorSystemStats
- Implements
- Inherited Members
Properties
AverageEntitiesPerSector
public double AverageEntitiesPerSector { get; init; }
Property Value
MaxEntitiesPerSector
public int MaxEntitiesPerSector { get; init; }
Property Value
TotalEntities
public int TotalEntities { get; init; }
Property Value
TotalSectors
public int TotalSectors { get; init; }