Class WaveClearedSignal
Signal dispatched when all actors in a wave are removed.
Namespace: Serenity.Wave.Application.Events
Assembly: Serenity.Wave.Application.dll
Syntax
public class WaveClearedSignal : EventDispatcherSignal
Constructors
WaveClearedSignal(WaveId, int)
Declaration
public WaveClearedSignal(WaveId waveId, int waveIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| WaveId | waveId | |
| int | waveIndex |
Fields
WaveId
The identity of the cleared wave.
Declaration
public readonly WaveId WaveId
Field Value
| Type | Description |
|---|---|
| WaveId |
WaveIndex
Zero-based index of the cleared wave.
Declaration
public readonly int WaveIndex
Field Value
| Type | Description |
|---|---|
| int |