logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PrefetchPolicyCreator.PreviewResult

    A read-only summary of what a Create(Input) call would do, for a Preview step. Never mutates the project.

    Inheritance
    object
    PrefetchPolicyCreator.PreviewResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.AssetPrefetcher.Infrastructure.Editor.Builder
    Assembly: Serenity.UnityAssetPrefetcher.Infrastructure.Editor.dll
    Syntax
    public sealed class PrefetchPolicyCreator.PreviewResult

    Constructors

    PreviewResult()

    Declaration
    public PreviewResult()

    Fields

    ProfileRows

    Declaration
    public readonly List<PrefetchPolicyCreator.ProfileResult> ProfileRows
    Field Value
    Type Description
    List<PrefetchPolicyCreator.ProfileResult>

    ProfilesFolderExists

    Declaration
    public bool ProfilesFolderExists
    Field Value
    Type Description
    bool

    ProfilesFolderPath

    Declaration
    public string ProfilesFolderPath
    Field Value
    Type Description
    string

    ProfilesToUnlink

    Profiles the existing registry currently references that are not among the authored rows — Create(Input) will unlink them (their assets are left on disk, untouched).

    Declaration
    public readonly List<PrefetchPolicyCreator.ProfileResult> ProfilesToUnlink
    Field Value
    Type Description
    List<PrefetchPolicyCreator.ProfileResult>

    RegistryAssetPath

    Declaration
    public string RegistryAssetPath
    Field Value
    Type Description
    string

    RegistryFolderExists

    Declaration
    public bool RegistryFolderExists
    Field Value
    Type Description
    bool

    RegistryFolderPath

    Declaration
    public string RegistryFolderPath
    Field Value
    Type Description
    string

    RegistryIsNew

    Declaration
    public bool RegistryIsNew
    Field Value
    Type Description
    bool
    In this article
    © 2026 Serenity. All Rights Reserved