logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct AssetPrefetcherDependencyInfo

    Represents information about an asset dependency including its loading state and metadata

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.AssetPrefetcher.Domain.Structs
    Assembly: Serenity.AssetPrefetcher.Domain.dll
    Syntax
    public struct AssetPrefetcherDependencyInfo

    Fields

    IsLoaded

    Declaration
    public bool IsLoaded
    Field Value
    Type Description
    bool

    Whether the dependency is currently loaded in memory

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Display name of the dependency

    Path

    Declaration
    public string Path
    Field Value
    Type Description
    string

    File path to the dependency asset

    Size

    Declaration
    public long Size
    Field Value
    Type Description
    long

    Size of the dependency in bytes

    Type

    Declaration
    public string Type
    Field Value
    Type Description
    string

    Type name of the dependency asset

    In this article
    © 2026 Serenity. All Rights Reserved