Skip to content

AssetLoadProgress.ProgressRatio Property

Definition

Namespace: Brine2D.Assets

Overall completion ratio (0.0–1.0) including both successful and failed assets. Reaches 1.0 when all assets have been attempted, regardless of outcome. Use SuccessRatio for the success-only ratio.

public float ProgressRatio { get; }

Property Value

System.Single