Show / Hide Table of Contents

Class SharedAtmosDebugOverlaySystem.AtmosDebugOverlayMessage

Invalid tiles for the gas overlay. No point re-sending every tile if only a subset might have been updated.

Inheritance
System.Object
SharedAtmosDebugOverlaySystem.AtmosDebugOverlayMessage
Namespace: Content.Shared.Atmos.EntitySystems
Assembly: Content.Shared.dll
Syntax
public sealed class AtmosDebugOverlayMessage : EntityEventArgs

Constructors

| Improve this Doc View Source

AtmosDebugOverlayMessage(NetEntity, Vector2i, SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData[])

Declaration
public AtmosDebugOverlayMessage(NetEntity gridIndices, Vector2i baseIdx, SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData[] overlayData)
Parameters
Type Name Description
NetEntity gridIndices
Vector2i baseIdx
SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData[] overlayData

Properties

| Improve this Doc View Source

BaseIdx

Declaration
public Vector2i BaseIdx { get; }
Property Value
Type Description
Vector2i
| Improve this Doc View Source

GridId

Declaration
public NetEntity GridId { get; }
Property Value
Type Description
NetEntity
| Improve this Doc View Source

OverlayData

Declaration
public SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData[] OverlayData { get; }
Property Value
Type Description
SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾