C# Class Invert.Core.GraphDesigner.GraphDataExtensions

Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
Container ( this node ) : IGraphFilter
FilterPath ( this node ) : IEnumerable
GetAllowedDiagramItems ( this filter ) : IEnumerable
GetFilterPath ( this t ) : IEnumerable
GetImportableItems ( this filter ) : IEnumerable
HideInFilter ( this filter, IDiagramNode node ) : void
RelatedNode ( this item ) : IDiagramNode
ShowInFilter ( this filter, IDiagramNode node, Vector2 position, bool collapsed = false ) : FilterItem

Private Methods

Méthode Description
FilterPathInternal ( IDiagramNode node ) : IEnumerable

Method Details

Container() public static méthode

public static Container ( this node ) : IGraphFilter
node this
Résultat IGraphFilter

FilterPath() public static méthode

public static FilterPath ( this node ) : IEnumerable
node this
Résultat IEnumerable

GetAllowedDiagramItems() public static méthode

public static GetAllowedDiagramItems ( this filter ) : IEnumerable
filter this
Résultat IEnumerable

GetFilterPath() public static méthode

public static GetFilterPath ( this t ) : IEnumerable
t this
Résultat IEnumerable

GetImportableItems() public static méthode

public static GetImportableItems ( this filter ) : IEnumerable
filter this
Résultat IEnumerable

HideInFilter() public static méthode

public static HideInFilter ( this filter, IDiagramNode node ) : void
filter this
node IDiagramNode
Résultat void

RelatedNode() public static méthode

public static RelatedNode ( this item ) : IDiagramNode
item this
Résultat IDiagramNode

ShowInFilter() public static méthode

public static ShowInFilter ( this filter, IDiagramNode node, Vector2 position, bool collapsed = false ) : FilterItem
filter this
node IDiagramNode
position Vector2
collapsed bool
Résultat FilterItem