C# 클래스 VVVV.Pack.Game.Nodes.AbstractDynamicNode

상속: IPluginEvaluate, IPartImportsSatisfiedNotification
파일 보기 프로젝트 열기: velcrome/vvvv-Game

보호된 프로퍼티들

프로퍼티 타입 설명
FCount int
FPins IIOContainer>.Dictionary
FTypes string>.Dictionary

공개 메소드들

메소드 설명
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

보호된 메소드들

메소드 설명
DefinePin ( string name, Type type ) : IOAttribute
HandleConfigChange ( IDiffSpread configSpread ) : void

메소드 상세

DefinePin() 보호된 추상적인 메소드

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

Evaluate() 공개 추상적인 메소드

public abstract Evaluate ( int SpreadMax ) : void
SpreadMax int
리턴 void

HandleConfigChange() 보호된 메소드

protected HandleConfigChange ( IDiffSpread configSpread ) : void
configSpread IDiffSpread
리턴 void

OnImportsSatisfied() 공개 메소드

public OnImportsSatisfied ( ) : void
리턴 void

프로퍼티 상세

FCount 보호되어 있는 프로퍼티

protected int FCount
리턴 int

FPins 보호되어 있는 프로퍼티

protected Dictionary FPins
리턴 IIOContainer>.Dictionary

FTypes 보호되어 있는 프로퍼티

protected Dictionary FTypes
리턴 string>.Dictionary