Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat