Class ContentManagerStats.LoadedAsset
- 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.
public class ContentManagerStats.LoadedAsset
  - Inheritance
 - 
      objectContentManagerStats.LoadedAsset
 
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
PublicReferenceCount
The public reference count, corresponding to the number of times this asset has been manually loaded.
public readonly int PublicReferenceCount
  Field Value
Url
The url of the loaded asset.
public readonly string Url