Search Results for

    Show / Hide Table of Contents

    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.Progress.ProgressHandler
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat