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, ref ContentInfo?)
Gets information about how the ocntent should be handled for the passed relative filepath.
bool GetContentInfo(string filePath, ref ContentInfo? contentInfo)
Parameters
filePathstringRelative path to the content file.
contentInfoContentInfoContentInfo describing the desired content handling.
Returns
- bool
trueif the content should be handled,falseotherwise.