Struct AtmosExposedUpdateEvent
Assembly: Content.Server.dll
Syntax
public struct AtmosExposedUpdateEvent
Constructors
|
Improve this Doc
View Source
AtmosExposedUpdateEvent(EntityCoordinates, GasMixture, TransformComponent)
Declaration
public AtmosExposedUpdateEvent(EntityCoordinates coordinates, GasMixture mixture, TransformComponent transform)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
GasMixture |
mixture |
|
TransformComponent |
transform |
|
Fields
|
Improve this Doc
View Source
Coordinates
Declaration
public readonly EntityCoordinates Coordinates
Field Value
Type |
Description |
Robust.Shared.Map.EntityCoordinates |
|
|
Improve this Doc
View Source
GasMixture
Declaration
public readonly GasMixture GasMixture
Field Value
|
Improve this Doc
View Source
Transform
Declaration
public readonly TransformComponent Transform
Field Value
Type |
Description |
TransformComponent |
|