Class PipelineImporterContext
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class PipelineImporterContext : ContentImporterContext
- Inheritance
-
PipelineImporterContext
- Inherited Members
Constructors
PipelineImporterContext(PipelineManager, PipelineBuildEvent)
public PipelineImporterContext(PipelineManager manager, PipelineBuildEvent pipelineEvent)
Parameters
manager
PipelineManagerpipelineEvent
PipelineBuildEvent
Properties
IntermediateDirectory
The absolute path to the root of the build intermediate (object) directory.
public override string IntermediateDirectory { get; }
Property Value
Logger
Gets the logger for an importer.
public override ContentBuildLogger Logger { get; }
Property Value
OutputDirectory
The absolute path to the root of the build output (binaries) directory.
public override string OutputDirectory { get; }
Property Value
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
stringName of an asset file.