Table of Contents

Constructor LoadingStage

Namespace
GrindFest.Content
Assembly
GrindFest.dll

LoadingStage(string, float, Func<IProgress<float>, CancellationToken, Task>)

public LoadingStage(string title, float weight, Func<IProgress<float>, CancellationToken, Task> run)

Parameters

title string
weight float
run Func<IProgress<float>, CancellationToken, Task>