C# Class BrightIdeasSoftware.AbstractModelFilter

Base class for model-by-model filters
Inheritance: IModelFilter
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode Description
Filter ( object modelObject ) : bool

Should the given model be included when this filter is installed

Method Details

Filter() public méthode

Should the given model be included when this filter is installed
public Filter ( object modelObject ) : bool
modelObject object The model object to consider
Résultat bool