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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Limited ( int count ) : bool

비공개 메소드들

메소드 설명
IsKilled ( Agent agent ) : bool
connect ( object sender, PinConnectionEventArgs args ) : void

메소드 상세

Evaluate() 공개 메소드

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

Limited() 보호된 메소드

protected Limited ( int count ) : bool
count int
리턴 bool

OnImportsSatisfied() 공개 메소드

public OnImportsSatisfied ( ) : void
리턴 void