C# Class VVVV.Nodes.OpenGL.ILayer

Inheritance: IPluginEvaluate
Afficher le fichier Open project: elliotwoods/VVVV.Nodes.GL

Protected Properties

Свойство Type Description
SpreadMax int

Méthodes publiques

Méthode Description
Draw ( ) : void

This draw call is performed once per device.

Evaluate ( int SpreadMax ) : void

Méthodes protégées

Méthode Description
Update ( ) : void

This update call is performed once per frame

Private Methods

Méthode Description
ILayer ( ) : System

Method Details

Draw() public abstract méthode

This draw call is performed once per device.
public abstract Draw ( ) : void
Résultat void

Evaluate() public méthode

public Evaluate ( int SpreadMax ) : void
SpreadMax int
Résultat void

Update() protected méthode

This update call is performed once per frame
protected Update ( ) : void
Résultat void

Property Details

SpreadMax protected_oe property

protected int SpreadMax
Résultat int