C# Class Invert.Core.GraphDesigner.GenericSlot

Inheritance: GenericNodeChildItem
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

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

Method Details

GetAllowed() public méthode

public GetAllowed ( ) : IEnumerable
Résultat IEnumerable

SetInput() public méthode

public SetInput ( IValueItem item ) : void
item IValueItem
Résultat void

SetOutput() public méthode

public SetOutput ( IValueItem item ) : void
item IValueItem
Résultat void

Validate() public méthode

public Validate ( IDiagramNodeItem a, IDiagramNodeItem b ) : bool
a IDiagramNodeItem
b IDiagramNodeItem
Résultat bool