Show / Hide Table of Contents

Class SpawnExplosionEuiMsg.PreviewData

This message is used to send explosion-preview data to the client.

Inheritance
System.Object
EuiMessageBase
SpawnExplosionEuiMsg.PreviewData
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class PreviewData : EuiMessageBase

Constructors

| Improve this Doc View Source

PreviewData(ExplosionVisualsState, Single, Single)

Declaration
public PreviewData(ExplosionVisualsState explosion, float slope, float totalIntensity)
Parameters
Type Name Description
ExplosionVisualsState explosion
System.Single slope
System.Single totalIntensity

Fields

| Improve this Doc View Source

Explosion

Declaration
public readonly ExplosionVisualsState Explosion
Field Value
Type Description
ExplosionVisualsState
| Improve this Doc View Source

Slope

Declaration
public readonly float Slope
Field Value
Type Description
System.Single
| Improve this Doc View Source

TotalIntensity

Declaration
public readonly float TotalIntensity
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾