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

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

보호된 프로퍼티들

프로퍼티 타입 설명
IsFirstFrame bool
LastFrameAgents List

공개 메소드들

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

보호된 메소드들

메소드 설명
Push ( object sender, EventArgs eventArgs ) : void

비공개 메소드들

메소드 설명
InputChanged ( IDiffSpread spread ) : void

메소드 상세

Evaluate() 공개 메소드

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

OnImportsSatisfied() 공개 메소드

public OnImportsSatisfied ( ) : void
리턴 void

Push() 보호된 메소드

protected Push ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
리턴 void

프로퍼티 상세

IsFirstFrame 보호되어 있는 프로퍼티

protected bool IsFirstFrame
리턴 bool

LastFrameAgents 보호되어 있는 프로퍼티

protected List LastFrameAgents
리턴 List