logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SerenityAssetIdLookupTestSettings

    A throwaway IFoundationSettings asset type used by SerenityAssetIdLookupTests to exercise the by-Id passes against real assets on disk. Lives in its own same-named file so Unity can bind its script when the tests create it as an asset (mirrors UnityEditorUtilsTestFoundationSettings).

    Deliberately NOT shared with any other suite: the project-wide pass queries by type name, so a type used from two suites would make whole-project assertions depend on the other suite's cleanup.

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

    Constructors

    SerenityAssetIdLookupTestSettings()

    Declaration
    public SerenityAssetIdLookupTestSettings()

    Properties

    Guid

    Declaration
    public string Guid { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Implements

    IFoundationSettings
    In this article
    © 2026 Serenity. All Rights Reserved