Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BrightIdeasSoftware
AbstractModelFilter
C# Class BrightIdeasSoftware.AbstractModelFilter
Base class for model-by-model filters
Inheritance:
IModelFilter
显示文件
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