Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ContentManagerStats Class

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

    A class representing stats computed for an instance of ContentManager at a given time. This class is intended to be used for debug purpose only.

    System.Object → ContentManagerStats
    Derived from ContentManagerStats:

    public class ContentManagerStats
    Name Description
    Properties
    LoadedAssets

    Gets a collection representing information on all currently loaded assets.

    | Improve this Doc View Source

    Properties


    LoadedAssets

    Gets a collection representing information on all currently loaded assets.

    public IReadOnlyCollection<ContentManagerStats.LoadedAsset> LoadedAssets { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<ContentManagerStats.LoadedAsset>

    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