public sealed class WorldUnitSnapshotContains a point-in-time value and production rates for one world unit.
Members
KindGets the stable CMAPI unit kind.propertyValueGets the raw total value used by Planet Crafter.propertyDisplayValueGets Planet Crafter's player-facing formatted total.propertyIncreasePerSecondGets gross positive generation per second.propertyDecreasePerSecondGets gross negative generation per second.propertyNetPerSecondGets the final net change per second.propertyKind
propertypublic WorldUnitKind KindGets the stable CMAPI unit kind.
Value
propertypublic double ValueGets the raw total value used by Planet Crafter.
DisplayValue
propertypublic string DisplayValueGets Planet Crafter's player-facing formatted total.
IncreasePerSecond
propertypublic float IncreasePerSecondGets gross positive generation per second.
DecreasePerSecond
propertypublic float DecreasePerSecondGets gross negative generation per second.
NetPerSecond
propertypublic float NetPerSecondGets the final net change per second.