logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RecipeTestPayloadSignal

    A signal carrying Unity-serialized data, used to prove the signal codec round-trips a signal's field graph (not just its type). Fields are public so [SerializeReference] serializes them.

    Inheritance
    object
    RecipeTestPayloadSignal
    Namespace: Serenity.ProjectRecipe.Tests.Editor
    Assembly: Serenity.ProjectRecipe.Tests.Editor.dll
    Syntax
    public class RecipeTestPayloadSignal : EventDispatcherSignal

    Constructors

    RecipeTestPayloadSignal()

    Declaration
    public RecipeTestPayloadSignal()

    Fields

    amount

    An integer payload field.

    Declaration
    public int amount
    Field Value
    Type Description
    int

    label

    A string payload field.

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