Class TempAffectingAnomalyComponent
This component is used for handling anomalies that affect the temperature
Inheritance
System.Object
TempAffectingAnomalyComponent
Namespace: Content.Server.Anomaly.Components
Assembly: Content.Server.dll
Syntax
public sealed class TempAffectingAnomalyComponent : Component
Fields
| Improve this Doc View SourceAnomalyHotSpotThreshold
The minimum amount of severity required before the anomaly becomes a hotspot.
Declaration
public float AnomalyHotSpotThreshold
Field Value
Type | Description |
---|---|
System.Single |
HotspotExposeTemperature
The temperature of the hotspot where the anomaly is
Declaration
public float HotspotExposeTemperature
Field Value
Type | Description |
---|---|
System.Single |
HotspotExposeVolume
The volume of the hotspot where the anomaly is.
Declaration
public float HotspotExposeVolume
Field Value
Type | Description |
---|---|
System.Single |
TempChangePerSecond
The the amount the tempurature should be modified by (negative for decreasing temp)
Declaration
public float TempChangePerSecond
Field Value
Type | Description |
---|---|
System.Single |