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
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
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