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

Inheritance: VVVV.Pack.Game.Nodes.AbstractDynamicNode
Afficher le fichier Open project: velcrome/vvvv-Game

Protected Properties

Свойство Type Description
AllAgentFaces System.Type[]
firstFrame bool

Méthodes publiques

Méthode Description
OnImportsSatisfied ( ) : void

Méthodes protégées

Méthode Description
ApplyFace ( IDiffSpread spread ) : void
ScanForFaces ( IDiffSpread spread ) : void

Method Details

ApplyFace() protected méthode

protected ApplyFace ( IDiffSpread spread ) : void
spread IDiffSpread
Résultat void

OnImportsSatisfied() public méthode

public OnImportsSatisfied ( ) : void
Résultat void

ScanForFaces() protected méthode

protected ScanForFaces ( IDiffSpread spread ) : void
spread IDiffSpread
Résultat void

Property Details

AllAgentFaces protected_oe property

protected Type[],System AllAgentFaces
Résultat System.Type[]

firstFrame protected_oe property

protected bool firstFrame
Résultat bool