Show / Hide Table of Contents

Class GasOverlayChunk

Inheritance
System.Object
GasOverlayChunk
Namespace: Content.Shared.Atmos
Assembly: Content.Shared.dll
Syntax
public sealed class GasOverlayChunk : object

Constructors

| Improve this Doc View Source

GasOverlayChunk(GasOverlayChunk)

Declaration
public GasOverlayChunk(GasOverlayChunk data)
Parameters
Type Name Description
GasOverlayChunk data
| Improve this Doc View Source

GasOverlayChunk(Vector2i)

Declaration
public GasOverlayChunk(Vector2i index)
Parameters
Type Name Description
Vector2i index

Fields

| Improve this Doc View Source

Index

The index of this chunk

Declaration
public readonly Vector2i Index
Field Value
Type Description
Vector2i
| Improve this Doc View Source

LastUpdate

Declaration
public GameTick LastUpdate
Field Value
Type Description
Robust.Shared.Timing.GameTick
| Improve this Doc View Source

Origin

Declaration
public readonly Vector2i Origin
Field Value
Type Description
Vector2i
| Improve this Doc View Source

TileData

Declaration
public SharedGasTileOverlaySystem.GasOverlayData[][] TileData
Field Value
Type Description
SharedGasTileOverlaySystem.GasOverlayData[][]

Methods

| Improve this Doc View Source

GetData(Vector2i)

Declaration
public SharedGasTileOverlaySystem.GasOverlayData GetData(Vector2i gridIndices)
Parameters
Type Name Description
Vector2i gridIndices
Returns
Type Description
SharedGasTileOverlaySystem.GasOverlayData
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾