Class GridAtmosphereComponent
Inheritance
System.Object
GridAtmosphereComponent
Assembly: Content.Server.dll
Syntax
public sealed class GridAtmosphereComponent : Component
Fields
|
Improve this Doc
View Source
ActiveTiles
Declaration
public readonly HashSet<TileAtmosphere> ActiveTiles
Field Value
|
Improve this Doc
View Source
AtmosDevices
Declaration
public readonly HashSet<AtmosDeviceComponent> AtmosDevices
Field Value
|
Improve this Doc
View Source
CurrentRunAtmosDevices
Declaration
public Queue<AtmosDeviceComponent> CurrentRunAtmosDevices
Field Value
|
Improve this Doc
View Source
CurrentRunExcitedGroups
Declaration
public Queue<ExcitedGroup> CurrentRunExcitedGroups
Field Value
|
Improve this Doc
View Source
CurrentRunInvalidatedCoordinates
Declaration
public Queue<Vector2i> CurrentRunInvalidatedCoordinates
Field Value
Type |
Description |
Queue<Vector2i> |
|
|
Improve this Doc
View Source
CurrentRunPipeNet
Declaration
public Queue<IPipeNet> CurrentRunPipeNet
Field Value
|
Improve this Doc
View Source
CurrentRunTiles
Declaration
public Queue<TileAtmosphere> CurrentRunTiles
Field Value
|
Improve this Doc
View Source
ExcitedGroups
Declaration
public readonly HashSet<ExcitedGroup> ExcitedGroups
Field Value
|
Improve this Doc
View Source
HighPressureDelta
Declaration
public HashSet<TileAtmosphere> HighPressureDelta
Field Value
|
Improve this Doc
View Source
HotspotTiles
Declaration
public readonly HashSet<TileAtmosphere> HotspotTiles
Field Value
|
Improve this Doc
View Source
InvalidatedCoords
Declaration
public readonly HashSet<Vector2i> InvalidatedCoords
Field Value
Type |
Description |
HashSet<Vector2i> |
|
|
Improve this Doc
View Source
PipeNets
Declaration
public readonly HashSet<IPipeNet> PipeNets
Field Value
|
Improve this Doc
View Source
SuperconductivityTiles
Declaration
public readonly HashSet<TileAtmosphere> SuperconductivityTiles
Field Value
|
Improve this Doc
View Source
Tiles
Declaration
public Dictionary<Vector2i, TileAtmosphere> Tiles
Field Value
Properties
|
Improve this Doc
View Source
ActiveTilesCount
Declaration
public int ActiveTilesCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EqualizationQueueCycleControl
Declaration
public long EqualizationQueueCycleControl { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ExcitedGroupCount
Declaration
public int ExcitedGroupCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HighPressureDeltaCount
Declaration
public int HighPressureDeltaCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HotspotTilesCount
Declaration
public int HotspotTilesCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
InvalidatedCoordsCount
Declaration
public int InvalidatedCoordsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProcessingPaused
Declaration
public bool ProcessingPaused { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Simulated
Declaration
public bool Simulated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
State
Declaration
public AtmosphereProcessingState State { get; set; }
Property Value
|
Improve this Doc
View Source
SuperconductivityTilesCount
Declaration
public int SuperconductivityTilesCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Timer
Declaration
public float Timer { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
UpdateCounter
Declaration
public int UpdateCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|