Show / Hide Table of Contents

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 Source

RemovedChunks

Declaration
public Dictionary<NetEntity, HashSet<Vector2i>> RemovedChunks
Field Value
Type Description
Dictionary<NetEntity, HashSet<Vector2i>>
| Improve this Doc View Source

UpdatedChunks

Declaration
public Dictionary<NetEntity, List<GasOverlayChunk>> UpdatedChunks
Field Value
Type Description
Dictionary<NetEntity, List<GasOverlayChunk>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾