Class SharedGasTileOverlaySystem.GasOverlayUpdateEvent
Inheritance
System.Object
SharedGasTileOverlaySystem.GasOverlayUpdateEvent
Namespace: Content.Shared.Atmos.EntitySystems
Assembly: Content.Shared.dll
Syntax
public sealed class GasOverlayUpdateEvent : EntityEventArgs
Fields
| Improve this Doc View SourceRemovedChunks
Declaration
public Dictionary<NetEntity, HashSet<Vector2i>> RemovedChunks
Field Value
Type | Description |
---|---|
Dictionary<NetEntity, HashSet<Vector2i>> |
UpdatedChunks
Declaration
public Dictionary<NetEntity, List<GasOverlayChunk>> UpdatedChunks
Field Value
Type | Description |
---|---|
Dictionary<NetEntity, List<GasOverlayChunk>> |