logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CodecFoundationSO

    A throwaway ScriptableObject that carries Serenity's IFoundationSettings identity (named Id/Guid like real definitions, so the codec skips them). Used by the generic-section matchByOutputPath (Gap 6) test, which needs an asset whose Id can be preserved on update.

    Inheritance
    object
    CodecFoundationSO
    Implements
    IFoundationSettings
    Namespace: Serenity.ProjectRecipe.Tests.Editor
    Assembly: Serenity.ProjectRecipe.Tests.Editor.dll
    Syntax
    public class CodecFoundationSO : ScriptableObject, IFoundationSettings

    Constructors

    CodecFoundationSO()

    Declaration
    public CodecFoundationSO()

    Fields

    Guid

    Declaration
    public string Guid
    Field Value
    Type Description
    string

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    payload

    Declaration
    public int payload
    Field Value
    Type Description
    int

    Implements

    IFoundationSettings
    In this article
    © 2026 Serenity. All Rights Reserved