struct Resources::LoadProgress

Stores load progress for a single resource.

Public

Constructors

LoadProgress

LoadProgress(u64 totalSize = 0, float progress = 0.F)

Fields

TotalSize

u64 TotalSize

Total size of the resource, in bytes.

Excludes dependencies (only self size).

Progress

float Progress

Current loading progress, in range [0, 1].