C# Class VVVV.Pack.Game.BehaviorLink

Show file Open project: velcrome/vvvv-Game Class Usage Examples

Public Properties

Property Type Description
Agents List

Public Methods

Method Description
BehaviorLink ( List agentList ) : System.Collections.Generic
ToString ( ) : string

Method Details

BehaviorLink() public method

public BehaviorLink ( List agentList ) : System.Collections.Generic
agentList List
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

Agents public property

public List Agents
return List