Class AnomalySupercriticalComponent
Tracks anomalies going supercritical
Inheritance
System.Object
AnomalySupercriticalComponent
Namespace: Content.Shared.Anomaly.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AnomalySupercriticalComponent : Component
Fields
| Improve this Doc View SourceEndTime
The time when the supercritical animation ends and it does whatever effect.
Declaration
public TimeSpan EndTime
Field Value
Type | Description |
---|---|
TimeSpan |
MaxScaleAmount
The maximum size the anomaly scales to while going supercritical
Declaration
public float MaxScaleAmount
Field Value
Type | Description |
---|---|
System.Single |
SupercriticalDuration
The length of the animation before it goes supercritical.
Declaration
public TimeSpan SupercriticalDuration
Field Value
Type | Description |
---|---|
TimeSpan |