logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class WaveClearedSignal

    Signal dispatched when all actors in a wave are removed.

    Inheritance
    object
    WaveClearedSignal
    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
    In this article
    © 2026 Serenity. All Rights Reserved