C# Class Invert.Core.GraphDesigner.GenericSlot

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

Public Methods

Method Description
GetAllowed ( ) : IEnumerable
SetInput ( IValueItem item ) : void
SetOutput ( IValueItem item ) : void
Validate ( IDiagramNodeItem a, IDiagramNodeItem b ) : bool

Method Details

GetAllowed() public method

public GetAllowed ( ) : IEnumerable
return IEnumerable

SetInput() public method

public SetInput ( IValueItem item ) : void
item IValueItem
return void

SetOutput() public method

public SetOutput ( IValueItem item ) : void
item IValueItem
return void

Validate() public method

public Validate ( IDiagramNodeItem a, IDiagramNodeItem b ) : bool
a IDiagramNodeItem
b IDiagramNodeItem
return bool