Class SectorStats
Statistics for a single sector
public record SectorStats : IEquatable<SectorStats>
- Inheritance
-
SectorStats
- Implements
- Inherited Members
Properties
Bounds
public Rectangle2D Bounds { get; init; }
Property Value
ItemCount
public int ItemCount { get; init; }
Property Value
MapIndex
public int MapIndex { get; init; }
Property Value
MobileCount
public int MobileCount { get; init; }
Property Value
PlayerCount
public int PlayerCount { get; init; }
Property Value
SectorX
public int SectorX { get; init; }
Property Value
SectorY
public int SectorY { get; init; }
Property Value
TotalEntities
public int TotalEntities { get; init; }