Show / Hide Table of Contents

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 Source

Chunks

Gas data stored in chunks to make PVS / bubbling easier.

Declaration
public readonly Dictionary<Vector2i, GasOverlayChunk> Chunks
Field Value
Type Description
Dictionary<Vector2i, GasOverlayChunk>
| Improve this Doc View Source

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 Source

ForceTick

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾