Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ContentManagerStats.LoadedAsset Class

    Namespace: Stride.Core.Serialization.Contents
    Assembly: Stride.Core.Serialization.dll

    A class representing information on a single loaded asset. This class is intended to be used for debug purpose only.

    System.Object → ContentManagerStats.LoadedAsset
    Derived from ContentManagerStats.LoadedAsset:

    public class LoadedAsset
    Name Description
    Fields
    PrivateReferenceCount

    The private reference count, corresponding to the number of times this asset has been loaded indirectly because it is referenced by another asset.

    PublicReferenceCount

    The public reference count, corresponding to the number of times this asset has been manually loaded.

    Url

    The url of the loaded asset.

    | Improve this Doc View Source

    Fields


    PrivateReferenceCount

    The private reference count, corresponding to the number of times this asset has been loaded indirectly because it is referenced by another asset.

    public readonly int PrivateReferenceCount
    Field Value
    Type Description
    System.Int32

    PublicReferenceCount

    The public reference count, corresponding to the number of times this asset has been manually loaded.

    public readonly int PublicReferenceCount
    Field Value
    Type Description
    System.Int32

    Url

    The url of the loaded asset.

    public readonly string Url
    Field Value
    Type Description
    System.String

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation