Click or drag to resize

BuildContext Class

Build engine context passed to build processors.
Inheritance Hierarchy
SystemObject
  UMod.BuildPipelineBuildPipelineContextBuildPipelineAsset
    UMod.BuildEngineBuildContext

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class BuildContext : BuildPipelineContext<BuildPipelineAsset>

The BuildContext type exposes the following members.

Properties
  NameDescription
Public propertyBuildAssemblies
The registered build assemblies.
Public propertyBuildReferences
The target referenced mods for the build.
Public propertyBuildScripts
The registered build scripts.
Public propertyExportProfile
The target user export profile used to export the mod.
Public propertyExportSettings
The user export settings used for the build.
Public propertyModAssetsPath
The mod asset path pointing to the folder to export relative to the Unity project.
Public propertyModIdentity
The generated mod identifier.
Public propertyProcessorStage
The current processor stage.
Public propertyToolSettings
The mod tools settings used for the build.
Top
Methods
See Also