Show / Hide Table of Contents

Class AnomalyScannerUserInterfaceState

Inheritance
System.Object
AnomalyScannerUserInterfaceState
Namespace: Content.Shared.Anomaly
Assembly: Content.Shared.dll
Syntax
public sealed class AnomalyScannerUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

AnomalyScannerUserInterfaceState(FormattedMessage, Nullable<TimeSpan>)

Declaration
public AnomalyScannerUserInterfaceState(FormattedMessage message, TimeSpan? nextPulseTime)
Parameters
Type Name Description
Robust.Shared.Utility.FormattedMessage message
System.Nullable<TimeSpan> nextPulseTime

Fields

| Improve this Doc View Source

Message

Declaration
public FormattedMessage Message
Field Value
Type Description
Robust.Shared.Utility.FormattedMessage
| Improve this Doc View Source

NextPulseTime

Declaration
public TimeSpan? NextPulseTime
Field Value
Type Description
System.Nullable<TimeSpan>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾