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

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Datei anzeigen Open project: velcrome/vvvv-Game

Protected Properties

Property Type Description
FCount int
FPins IIOContainer>.Dictionary
FTypes string>.Dictionary

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Protected Methods

Method Description
DefinePin ( string name, Type type ) : IOAttribute
HandleConfigChange ( IDiffSpread configSpread ) : void

Method Details

DefinePin() protected abstract method

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

Evaluate() public abstract method

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

HandleConfigChange() protected method

protected HandleConfigChange ( IDiffSpread configSpread ) : void
configSpread IDiffSpread
return void

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void

Property Details

FCount protected_oe property

protected int FCount
return int

FPins protected_oe property

protected Dictionary FPins
return IIOContainer>.Dictionary

FTypes protected_oe property

protected Dictionary FTypes
return string>.Dictionary