Search Results for

    Show / Hide Table of Contents

    Class Builder

    Shadows Of Mordor lightmaps builder utility.

    Inheritance
    Singleton
    Builder
    Inherited Members
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    Singleton::Instance()
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    ShadowsOfMordor::Builder
    Singleton::Singleton()
    Singleton::~Singleton()
    Namespace: ShadowsOfMordor
    Assembly: FlaxEngine.dll
    File: Engine/ShadowsOfMordor/Builder.h
    Syntax
    public class Builder : public Singleton

    Constructors

    Builder()

    Declaration
    public Builder()

    Fields

    OnBuildFinished

    Called on building finish (argument: true if build failed, otherwise false)

    Declaration
    public Delegate<bool> OnBuildFinished
    Field Value
    Delegate<bool>

    OnBuildProgress

    Called on building progress made Arguments: current step, current step progress, total progress

    Declaration
    public Delegate<BuildProgressStep, float, float> OnBuildProgress
    Field Value
    Delegate<BuildProgressStep, float, float>

    OnBuildStarted

    Called on building start

    Declaration
    public Action OnBuildStarted
    Field Value
    Action

    Methods

    Build()

    Starts building lightmap.

    Declaration
    public void Build()

    CancelBuild()

    Sends cancel current build signal.

    Declaration
    public void CancelBuild()

    CheckIfRestoreState()

    Declaration
    public void CheckIfRestoreState()

    Dispose()

    Declaration
    public void Dispose()

    IsActive()

    Returns true if build is running.

    Declaration
    public bool IsActive() const
    Returns
    bool

    RestoreState()

    Declaration
    public bool RestoreState()
    Returns
    bool

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