Click or drag to resize

ModAsyncOperationProgress Property

Get the current progress of the async operation. This is a normalized value between 0-1.

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float Progress { get; protected set; }

Property Value

Type: Single
See Also