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