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

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Show file Open project: velcrome/vvvv-Game

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Protected Methods

Method Description
Limited ( int count ) : bool

Private Methods

Method Description
IsKilled ( Agent agent ) : bool
connect ( object sender, PinConnectionEventArgs args ) : void

Method Details

Evaluate() public method

public Evaluate ( int SpreadMax ) : void
SpreadMax int
return void

Limited() protected method

protected Limited ( int count ) : bool
count int
return bool

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void