Class GenerateScriptsProjectFilesProgress
Async scripts project files generation progress reporting handler.
Inheritance
System.Object
FlaxEditor.Progress.ProgressHandler
GenerateScriptsProjectFilesProgress
Namespace: FlaxEditor.Progress.Handlers
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class GenerateScriptsProjectFilesProgress : ProgressHandler
Constructors
GenerateScriptsProjectFilesProgress()
Declaration
public GenerateScriptsProjectFilesProgress()
Methods
OnStart()
Declaration
protected override void OnStart()
Overrides
FlaxEditor.Progress.ProgressHandler.OnStart()
Run()
Runs the projects generation.
Declaration
public void Run()
RunAsync()
Runs the projects generation (as async task).
Declaration
public void RunAsync()
Extension Methods
See Also
FlaxEditor.Progress.ProgressHandler