C# Class VVVV.Pack.Game.AgentNodes.AbstractFacedDynamicNode

Inheritance: VVVV.Pack.Game.Nodes.AbstractDynamicNode
Show file Open project: velcrome/vvvv-Game

Protected Properties

Property Type Description
AllAgentFaces System.Type[]
firstFrame bool

Public Methods

Method Description
OnImportsSatisfied ( ) : void

Protected Methods

Method Description
ApplyFace ( IDiffSpread spread ) : void
ScanForFaces ( IDiffSpread spread ) : void

Method Details

ApplyFace() protected method

protected ApplyFace ( IDiffSpread spread ) : void
spread IDiffSpread
return void

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void

ScanForFaces() protected method

protected ScanForFaces ( IDiffSpread spread ) : void
spread IDiffSpread
return void

Property Details

AllAgentFaces protected property

protected Type[],System AllAgentFaces
return System.Type[]

firstFrame protected property

protected bool firstFrame
return bool