Table of Contents

Delegate GetProgressDelegate

Namespace
TAssetBundle.Extensions
Assembly
TAssetBundle.Extensions.dll

A delegate type for getting the progress of an asset's loading process. This delegate returns a float value representing the loading progress, typically between 0f (not loaded) and 1f (fully loaded).

public delegate float GetProgressDelegate()

Returns

float