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.
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 |