Table of Contents

Interface IContentCollection

Namespace
MonoGame.Framework.Content.Pipeline.Builder
Assembly
MonoGame.Framework.Content.Pipeline.dll

An interface for a collection of data on how the content should be handled.

public interface IContentCollection

Methods

GetContentInfo(string, ref ContentInfo?)

Gets information about how the ocntent should be handled for the passed relative filepath.

bool GetContentInfo(string filePath, ref ContentInfo? contentInfo)

Parameters

filePath string

Relative path to the content file.

contentInfo ContentInfo

ContentInfo describing the desired content handling.

Returns

bool

true if the content should be handled, false otherwise.