C# Class Invert.Core.GraphDesigner.GraphFilter

Inheritance: IGraphFilter
Show file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
IsAllowed ( object item, Type t ) : bool
IsItemAllowed ( object item, Type t ) : bool

Method Details

IsAllowed() public method

public IsAllowed ( object item, Type t ) : bool
item object
t System.Type
return bool

IsItemAllowed() public method

public IsItemAllowed ( object item, Type t ) : bool
item object
t System.Type
return bool