Class WildcardRule
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
A wildcard based rule by which ContentCollection includes or excludes the files.
public class WildcardRule : ContentRule
- Inheritance
-
WildcardRule
- Inherited Members
Methods
IsMatch(string)
Used in ContentCollection to check if the passed filePath matches the current Wildcard Pattern.
public override bool IsMatch(string filePath)
Parameters
filePathstringRelative path to the content file.