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
filePath
stringRelative path to the content file.
contentInfo
ContentInfoContentInfo describing the desired content handling.
Returns
- bool
true
if the content should be handled,false
otherwise.