Table of Contents

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
ContentManagerStats.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

int

PublicReferenceCount

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

public readonly int PublicReferenceCount

Field Value

int

Url

The url of the loaded asset.

public readonly string Url

Field Value

string