Show / Hide Table of Contents

Struct GasChunkEnumerator

Namespace: Content.Shared.Atmos
Assembly: Content.Shared.dll
Syntax
public struct GasChunkEnumerator

Constructors

| Improve this Doc View Source

GasChunkEnumerator(GasOverlayChunk)

Declaration
public GasChunkEnumerator(GasOverlayChunk chunk)
Parameters
Type Name Description
GasOverlayChunk chunk

Fields

| Improve this Doc View Source

X

Declaration
public int X
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Y

Declaration
public int Y
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

MoveNext(out SharedGasTileOverlaySystem.GasOverlayData)

Declaration
public bool MoveNext(out SharedGasTileOverlaySystem.GasOverlayData gas)
Parameters
Type Name Description
SharedGasTileOverlaySystem.GasOverlayData gas
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾