ILoadingProgress.Report(float, string) Method
Definition¶
Namespace: Brine2D.Engine
Reports loading progress.
void Report(float progress, string? message=null);
Parameters¶
progress System.Single
Progress value between 0.0 and 1.0.
message System.String
Optional status message.