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