Class AnomalyPulsingComponent
This component tracks anomalies that are currently pulsing
Inheritance
System.Object
AnomalyPulsingComponent
Namespace: Content.Shared.Anomaly.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AnomalyPulsingComponent : Component
Fields
| Improve this Doc View SourceEndTime
The time at which the pulse will be over.
Declaration
public TimeSpan EndTime
Field Value
Type | Description |
---|---|
TimeSpan |
PulseDuration
How long the pulse visual lasts
Declaration
public TimeSpan PulseDuration
Field Value
Type | Description |
---|---|
TimeSpan |