C# 클래스 BrightIdeasSoftware.AbstractModelFilter

Base class for model-by-model filters
상속: IModelFilter
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
Filter ( object modelObject ) : bool

Should the given model be included when this filter is installed

메소드 상세

Filter() 공개 메소드

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