C# Class VVVV.Pack.Game.AbstractGameNode

The abstract base node for all plugins that handle Behavior Links
Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Afficher le fichier Open project: velcrome/vvvv-Game

Méthodes publiques

Свойство Type Description
FAgents List

Protected Properties

Свойство Type Description
link BehaviorLink

Méthodes publiques

Méthode Description
Evaluate ( int spreadMax ) : void
IsPinValid ( Pin pin ) : bool
OnImportsSatisfied ( ) : void

Méthodes protégées

Méthode Description
FinishEvaluation ( ) : void

Flush all output pins.

StartEvaluation ( ) : void

This method is not useful yet. It's purpose is to sync all input pins automatically. There is no easy way to find all Pins of a node that allows for syncing, IPin does not have this functionality

connect ( object sender, PinConnectionEventArgs args ) : void

Private Methods

Méthode Description
disconnect ( object sender, PinConnectionEventArgs args ) : void
init ( object sender, EventArgs e ) : void

Method Details

Evaluate() public abstract méthode

public abstract Evaluate ( int spreadMax ) : void
spreadMax int
Résultat void

FinishEvaluation() protected méthode

Flush all output pins.
protected FinishEvaluation ( ) : void
Résultat void

IsPinValid() public méthode

public IsPinValid ( Pin pin ) : bool
pin Pin
Résultat bool

OnImportsSatisfied() public méthode

public OnImportsSatisfied ( ) : void
Résultat void

StartEvaluation() protected méthode

This method is not useful yet. It's purpose is to sync all input pins automatically. There is no easy way to find all Pins of a node that allows for syncing, IPin does not have this functionality
protected StartEvaluation ( ) : void
Résultat void

connect() protected méthode

protected connect ( object sender, PinConnectionEventArgs args ) : void
sender object
args PinConnectionEventArgs
Résultat void

Property Details

FAgents public_oe property

public List FAgents
Résultat List

link protected_oe property

protected BehaviorLink,VVVV.Pack.Game link
Résultat BehaviorLink