Class CompileScriptsStep
Game scripts compilation step. Outputs proper assemblies compiled to the target platform.
Inheritance
CompileScriptsStep
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
Cooking The data. |
Returns
bool
True if failed, otherwise false. |