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

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Afficher le fichier Open project: velcrome/vvvv-Game

Protected Properties

Свойство Type Description
FCount int
FPins IIOContainer>.Dictionary
FTypes string>.Dictionary

Méthodes publiques

Méthode Description
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Méthodes protégées

Méthode Description
DefinePin ( string name, Type type ) : IOAttribute
HandleConfigChange ( IDiffSpread configSpread ) : void

Method Details

DefinePin() protected abstract méthode

protected abstract DefinePin ( string name, Type type ) : IOAttribute
name string
type System.Type
Résultat IOAttribute

Evaluate() public abstract méthode

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

HandleConfigChange() protected méthode

protected HandleConfigChange ( IDiffSpread configSpread ) : void
configSpread IDiffSpread
Résultat void

OnImportsSatisfied() public méthode

public OnImportsSatisfied ( ) : void
Résultat void

Property Details

FCount protected_oe property

protected int FCount
Résultat int

FPins protected_oe property

protected Dictionary FPins
Résultat IIOContainer>.Dictionary

FTypes protected_oe property

protected Dictionary FTypes
Résultat string>.Dictionary