C# Class VVVV.Pack.Game.Nodes.ElementStoreNode

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Afficher le fichier Open project: velcrome/vvvv-Game

Méthodes publiques

Méthode Description
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Méthodes protégées

Méthode Description
Limited ( int count ) : bool

Private Methods

Méthode Description
IsKilled ( Agent agent ) : bool
connect ( object sender, PinConnectionEventArgs args ) : void

Method Details

Evaluate() public méthode

public Evaluate ( int SpreadMax ) : void
SpreadMax int
Résultat void

Limited() protected méthode

protected Limited ( int count ) : bool
count int
Résultat bool

OnImportsSatisfied() public méthode

public OnImportsSatisfied ( ) : void
Résultat void