logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptProjectScan

    Pure, test-constructible view over a project scan: every ScannedSerenityAsset the wizard can offer as an extension base, plus the lookups intents and templates need. Never touches AssetDatabase itself — see AiPromptProjectScanner for the live scan.

    Inheritance
    object
    AiPromptProjectScan
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AiPromptBuilder
    Assembly: Serenity.AiPromptBuilder.Editor.dll
    Syntax
    public sealed class AiPromptProjectScan

    Constructors

    AiPromptProjectScan(IReadOnlyList<ScannedSerenityAsset>)

    Declaration
    public AiPromptProjectScan(IReadOnlyList<ScannedSerenityAsset> assets)
    Parameters
    Type Name Description
    IReadOnlyList<ScannedSerenityAsset> assets

    Properties

    All

    Declaration
    public IReadOnlyList<ScannedSerenityAsset> All { get; }
    Property Value
    Type Description
    IReadOnlyList<ScannedSerenityAsset>

    IsEmptyProject

    Declaration
    public bool IsEmptyProject { get; }
    Property Value
    Type Description
    bool

    Methods

    BuildSummaryBlock(IReadOnlyList<string>)

    A deterministic markdown bullet list of every asset whose type is in typeNames, grouped per type (types sorted ordinal, assets within a type sorted by Id). A requested type with no matches gets a single "(none found)" line instead of being silently omitted.

    Declaration
    public string BuildSummaryBlock(IReadOnlyList<string> typeNames)
    Parameters
    Type Name Description
    IReadOnlyList<string> typeNames
    Returns
    Type Description
    string

    OfAnyType(IReadOnlyList<string>)

    Declaration
    public IReadOnlyList<ScannedSerenityAsset> OfAnyType(IReadOnlyList<string> typeNames)
    Parameters
    Type Name Description
    IReadOnlyList<string> typeNames
    Returns
    Type Description
    IReadOnlyList<ScannedSerenityAsset>

    OfType(string)

    Declaration
    public IReadOnlyList<ScannedSerenityAsset> OfType(string typeName)
    Parameters
    Type Name Description
    string typeName
    Returns
    Type Description
    IReadOnlyList<ScannedSerenityAsset>
    In this article
    © 2026 Serenity. All Rights Reserved