ContentManagerStats Class
Namespace: Stride.Core.Serialization.ContentsAssembly: 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. |
|
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> |