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

Inheritance: AbstractCompositeNode
Show file Open project: velcrome/vvvv-Game

Public Methods

Method Description
Evaluate ( int spreadMax ) : void

Protected Methods

Method Description
HandleRunningAgents ( Pin pin ) : IEnumerable

Method Details

Evaluate() public method

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

HandleRunningAgents() protected method

protected HandleRunningAgents ( Pin pin ) : IEnumerable
pin Pin
return IEnumerable