Search Results for

    Show / Hide Table of Contents

    Class CollectAssetsStep

    Cooking step that uses the root assets collection to find all dependant assets to include in the build.

    Inheritance
    BuildStep
    CollectAssetsStep
    Inherited Members
    BuildStep::OnBuildEnded(CookingData& data, bool failed)
    BuildStep::OnBuildStarted(CookingData& data)
    BuildStep::~BuildStep()
    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.

    Overrides
    BuildStep::Perform(CookingData& data)

    See Also

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat