logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class StageFailedSignal

    Signal dispatched when a stage fails (timer expired or all lives lost).

    Inheritance
    object
    StageFailedSignal
    Namespace: Serenity.Stage.Application.Events
    Assembly: Serenity.Stage.Application.dll
    Syntax
    public class StageFailedSignal : EventDispatcherSignal

    Constructors

    StageFailedSignal(StageId)

    Creates a new StageFailedSignal.

    Declaration
    public StageFailedSignal(StageId stageId)
    Parameters
    Type Name Description
    StageId stageId

    The identity of the failed stage.

    Fields

    StageId

    The identity of the failed stage.

    Declaration
    public readonly StageId StageId
    Field Value
    Type Description
    StageId
    In this article
    © 2026 Serenity. All Rights Reserved