Interface IContentCollection
- 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
filePathstringRelative path to the content file.
contentInfosList<ContentInfo>A list of ContentInfo describing the desired content handling.
Returns
- bool
trueif the content should be handled,falseotherwise.