Show / Hide Table of Contents

Struct AtmosExposedUpdateEvent

Namespace: Content.Server.Atmos.EntitySystems
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
Type Description
GasMixture
| Improve this Doc View Source

Transform

Declaration
public readonly TransformComponent Transform
Field Value
Type Description
TransformComponent
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾