Class GasTileOverlayComponent
Inheritance
System.Object
GasTileOverlayComponent
Namespace: Content.Shared.Atmos.Components
Assembly: Content.Shared.dll
Syntax
public sealed class GasTileOverlayComponent : Component
Fields
| Improve this Doc View SourceChunks
Gas data stored in chunks to make PVS / bubbling easier.
Declaration
public readonly Dictionary<Vector2i, GasOverlayChunk> Chunks
Field Value
Type | Description |
---|---|
Dictionary<Vector2i, GasOverlayChunk> |
InvalidTiles
The tiles that have had their atmos data updated since last tick
Declaration
public readonly HashSet<Vector2i> InvalidTiles
Field Value
Type | Description |
---|---|
HashSet<Vector2i> |
Properties
| Improve this Doc View SourceForceTick
Tick at which PVS was last toggled. Ensures that all players receive a full update when toggling PVS.
Declaration
public GameTick ForceTick { get; set; }
Property Value
Type | Description |
---|---|
Robust.Shared.Timing.GameTick |