Show / Hide Table of Contents

Class ExplosionVisualsComponent

Component that is used to send explosion overlay/visual data to an abstract explosion entity.

Inheritance
System.Object
ExplosionVisualsComponent
Namespace: Content.Shared.Explosion
Assembly: Content.Shared.dll
Syntax
public sealed class ExplosionVisualsComponent : Component

Fields

| Improve this Doc View Source

Epicenter

Declaration
public MapCoordinates Epicenter
Field Value
Type Description
Robust.Shared.Map.MapCoordinates
| Improve this Doc View Source

ExplosionType

Declaration
public string ExplosionType
Field Value
Type Description
System.String
| Improve this Doc View Source

Intensity

Declaration
public List<float> Intensity
Field Value
Type Description
List<System.Single>
| Improve this Doc View Source

SpaceMatrix

Declaration
public Matrix3 SpaceMatrix
Field Value
Type Description
Matrix3
| Improve this Doc View Source

SpaceTiles

Declaration
public Dictionary<int, List<Vector2i>>? SpaceTiles
Field Value
Type Description
System.Nullable<Dictionary<System.Int32, List<Vector2i>>>
| Improve this Doc View Source

SpaceTileSize

Declaration
public ushort SpaceTileSize
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Tiles

Declaration
public Dictionary<EntityUid, Dictionary<int, List<Vector2i>>> Tiles
Field Value
Type Description
Dictionary<EntityUid, Dictionary<System.Int32, List<Vector2i>>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾