Skip to content

LoadingScene.UpdateProgress(float, string) Method

Definition

Namespace: Brine2D.Engine

Updates the loading progress (0.0 to 1.0). Safe to call from background threads during scene loading.

public void UpdateProgress(float progress, string? message=null);

Parameters

progress System.Single

message System.String