logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class TargetItem

    Represents a target asset for prefetching with its associated priority.
    Used to define which assets should be prioritized in prefetch operations.

    Inheritance
    object
    TargetItem
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AssetPrefetcher.Domain.Entities
    Assembly: Serenity.AssetPrefetcher.Domain.dll
    Syntax
    public class TargetItem

    Constructors

    TargetItem()

    Declaration
    public TargetItem()

    Properties

    Key

    Declaration
    public AssetKey Key { get; set; }
    Property Value
    Type Description
    AssetKey

    The unique key identifying the target asset.

    Priority

    Declaration
    public PrefetchPriority Priority { get; set; }
    Property Value
    Type Description
    PrefetchPriority

    The priority level assigned to this target asset.

    In this article
    © 2026 Serenity. All Rights Reserved