C# Class BrightIdeasSoftware.AbstractModelFilter

Base class for model-by-model filters
Inheritance: IModelFilter
Show file Open project: soywiz/cspspemu

Public Methods

Method Description
Filter ( object modelObject ) : bool

Should the given model be included when this filter is installed

Method Details

Filter() public method

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