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

Inheritance: AbstractGameNode
Exibir arquivo Open project: velcrome/vvvv-Game

Public Methods

Method Description
Evaluate ( int spreadMax ) : void

Protected Methods

Method Description
Behave ( IEnumerable agents ) : void

Method Details

Behave() protected abstract method

protected abstract Behave ( IEnumerable agents ) : void
agents IEnumerable
return void

Evaluate() public method

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