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, out List<ContentInfo>)

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

bool GetContentInfo(string filePath, out List<ContentInfo> contentInfos)

Parameters

filePath string

Relative path to the content file.

contentInfos List<ContentInfo>

A list of ContentInfo describing the desired content handling.

Returns

bool

true if the content should be handled, false otherwise.