Table of Contents

Interface IGetProgressable

Namespace
TAssetBundle.Extensions
Assembly
TAssetBundle.Extensions.dll

Interface for objects that can provide progress information.

public interface IGetProgressable

Properties

GetProgressFunc

Sets the delegate to retrieve progress.

GetProgressDelegate GetProgressFunc { set; }

Property Value

GetProgressDelegate