Table of Contents

Class PipelineImporterContext

Namespace
MonoGame.Framework.Content.Pipeline.Builder
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class PipelineImporterContext : ContentImporterContext
Inheritance
PipelineImporterContext
Inherited Members

Constructors

PipelineImporterContext(PipelineManager)

public PipelineImporterContext(PipelineManager manager)

Parameters

manager PipelineManager

Properties

IntermediateDirectory

The absolute path to the root of the build intermediate (object) directory.

public override string IntermediateDirectory { get; }

Property Value

string

Logger

Gets the logger for an importer.

public override ContentBuildLogger Logger { get; }

Property Value

ContentBuildLogger

OutputDirectory

The absolute path to the root of the build output (binaries) directory.

public override string OutputDirectory { get; }

Property Value

string

Methods

AddDependency(string)

Adds a dependency to the specified file. This causes a rebuild of the file, when modified, on subsequent incremental builds.

public override void AddDependency(string filename)

Parameters

filename string

Name of an asset file.