C# Class GameDevWare.Charon.Utils.ProgressUtils

Show file Open project: deniszykov/charon-unity3d

Public Methods

Method Description
HideProgressBar ( object state ) : void
ReportToLog ( string prefix ) : float>.Action
ShowProgressBar ( string title ) : float>.Action

Method Details

HideProgressBar() public static method

public static HideProgressBar ( object state ) : void
state object
return void

ReportToLog() public static method

public static ReportToLog ( string prefix ) : float>.Action
prefix string
return float>.Action

ShowProgressBar() public static method

public static ShowProgressBar ( string title ) : float>.Action
title string
return float>.Action