Class ClockResumedEvent
Fired when the clock is resumed via Clock.ScyllaClock.Resume. Both
Before and After carry the date at
the moment of resuming; IsReversing is always false.
Inherited Members
Namespace: Scylla.Core.Time
Assembly: ScyllaCore.dll
Syntax
public sealed class ClockResumedEvent : ClockEvent
Constructors
ClockResumedEvent(string, GameDate)
Initializes a resumed event with the clock ID and the current date snapshot.
Declaration
public ClockResumedEvent(string clockID, GameDate snapshot)
Parameters
| Type | Name | Description |
|---|---|---|
| string | clockID | |
| GameDate | snapshot |
Properties
Kind
Discriminator identifying which concrete subclass this event is.
Declaration
public override ClockEventKind Kind { get; }
Property Value
| Type | Description |
|---|---|
| ClockEventKind |