Click or drag to resize

BuildContext Class

Build context passed to processors and major build tasks.
Inheritance Hierarchy
SystemObject
  UMod.BuildPipelineBuildPipelineContextPackageBuildAsset
    UMod.BuildToolsBuildContext

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

The BuildContext type exposes the following members.

Properties
  NameDescription
Public propertyModToolsName
The name of the mod tools package.
Public propertyOutputFile
The target export folder where the mod tools package should be created or null if export in project was true.
Public propertyProjectSettings
The tools project settings that should be included in the tools package.
Public propertyToolContent
The tools user content for the mod tools package.
Public propertyToolSettings
The tools settings for the mod tools package.
Public propertyToolSharedContent
The tools shared game content for the mod tools package.
Top
See Also