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

Inheritance: VVVV.Pack.Game.AgentNodes.AbstractFacedDynamicNode
Show file Open project: velcrome/vvvv-Game

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void

Protected Methods

Method Description
DefinePin ( string name, Type type ) : IOAttribute

Method Details

DefinePin() protected method

protected DefinePin ( string name, Type type ) : IOAttribute
name string
type System.Type
return IOAttribute

Evaluate() public method

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