Table of Contents

Class WildcardRule

Namespace
MonoGame.Framework.Content.Pipeline.Builder
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

filePath string

Relative path to the content file.

Returns

bool

Returns true if filePath matches the Wildcard Pattern.