Class StreamingStats
Streaming service statistics container.
Inheritance
System.Object
StreamingStats
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class StreamingStats : ValueType
Fields
ResourcesCount
Amount of active streamable resources.
Declaration
public int ResourcesCount
Field Value
System.Int32
|
StreamingResourcesCount
Amount of resources that are during streaming in (target residency is higher that the current). Zero if all resources are streamed in.
Declaration
public int StreamingResourcesCount
Field Value
System.Int32
|