Class PostProcessStep
Final cooking step that can perform custom set of actions on generated game data.
Inheritance
PostProcessStep
Assembly: FlaxEngine.dll
File: Editor/Cooker/Steps/PostProcessStep.h
Syntax
public class PostProcessStep : 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. |