Search Results for

    Show / Hide Table of Contents

    Class CompileScriptsStep

    Game scripts compilation step. Outputs proper assemblies compiled to the target platform.

    Inheritance
    BuildStep
    CompileScriptsStep
    Inherited Members
    BuildStep::OnBuildEnded(CookingData& data, bool failed)
    BuildStep::OnBuildStarted(CookingData& data)
    BuildStep::~BuildStep()
    Assembly: FlaxEngine.dll
    File: Editor/Cooker/Steps/CompileScriptsStep.h
    Syntax
    public class CompileScriptsStep : public GameCooker::BuildStep

    Methods

    Perform(CookingData& data)

    Performs this step.

    Declaration
    public virtual bool Perform(CookingData& data) override
    Parameters
    CookingData data

    The data.

    Returns
    bool

    True if failed, otherwise false.

    Overrides
    BuildStep::Perform(CookingData& data)

    See Also

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Perform(CookingData& data)
    • See Also
    Back to top Copyright © 2012-2024 Wojciech Figat