Class CollectAssetsStep
Cooking step that uses the root assets collection to find all dependant assets to include in the build.
Inheritance
CollectAssetsStep
Assembly: FlaxEngine.dll
File: Editor/Cooker/Steps/CollectAssetsStep.h
Syntax
public class CollectAssetsStep : 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. |