Class ContentStats
Content and assets statistics container.
Inheritance
System.Object
ContentStats
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ContentStats : ValueType
Fields
AssetsCount
Amount of asset objects in memory.
Declaration
public int AssetsCount
Field Value
System.Int32
|
LoadedAssetsCount
Amount of loaded assets.
Declaration
public int LoadedAssetsCount
Field Value
System.Int32
|
LoadingAssetsCount
Amount of loading assets. Zero if all assets are loaded in.
Declaration
public int LoadingAssetsCount
Field Value
System.Int32
|
VirtualAssetsCount
Amount of virtual assets (don't have representation in file).
Declaration
public int VirtualAssetsCount
Field Value
System.Int32
|
Properties
Default
The default ContentStats.
Declaration
public static ContentStats Default { get; }
Property Value
ContentStats
|