Show / Hide Table of Contents

Struct SharedGasTileOverlaySystem.GasOverlayData

Implements
IEquatable<SharedGasTileOverlaySystem.GasOverlayData>
Namespace: Content.Shared.Atmos.EntitySystems
Assembly: Content.Shared.dll
Syntax
public struct GasOverlayData : IEquatable<SharedGasTileOverlaySystem.GasOverlayData>

Constructors

| Improve this Doc View Source

GasOverlayData(Byte, Byte[])

Declaration
public GasOverlayData(byte fireState, byte[] opacity)
Parameters
Type Name Description
System.Byte fireState
System.Byte[] opacity

Fields

| Improve this Doc View Source

FireState

Declaration
public readonly byte FireState
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Opacity

Declaration
public readonly byte[] Opacity
Field Value
Type Description
System.Byte[]

Methods

| Improve this Doc View Source

Equals(SharedGasTileOverlaySystem.GasOverlayData)

Declaration
public bool Equals(SharedGasTileOverlaySystem.GasOverlayData other)
Parameters
Type Name Description
SharedGasTileOverlaySystem.GasOverlayData other
Returns
Type Description
System.Boolean

Implements

IEquatable<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾