logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SettingsAssetResolutionTestSettings

    A throwaway IFoundationSettings asset type for SettingsAssetResolutionTests. Lives in its own same-named file so Unity can bind its script when the tests create it as an asset, and is private to this suite so the by-Id passes it drives never see another suite's leftovers (the same reason SerenityAssetIdLookupTestSettings gives).

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

    Constructors

    SettingsAssetResolutionTestSettings()

    Declaration
    public SettingsAssetResolutionTestSettings()

    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