forked from Misaki/GhostEngine
Update editor
This commit is contained in:
9
Ghost.Editor.Core/Contracts/IProgressService.cs
Normal file
9
Ghost.Editor.Core/Contracts/IProgressService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ghost.Editor.Core.Contracts;
|
||||
|
||||
public interface IProgressService
|
||||
{
|
||||
public void ShowProgress(string message, double progress = 0.0);
|
||||
public void ShowIndeterminateProgress(string message);
|
||||
public void SetProgress(double progress);
|
||||
public void HideProgress();
|
||||
}
|
||||
Reference in New Issue
Block a user