C# Class VVVV.Nodes.OpenGL.ILayer

Inheritance: IPluginEvaluate
Datei anzeigen Open project: elliotwoods/VVVV.Nodes.GL

Protected Properties

Property Type Description
SpreadMax int

Public Methods

Method Description
Draw ( ) : void

This draw call is performed once per device.

Evaluate ( int SpreadMax ) : void

Protected Methods

Method Description
Update ( ) : void

This update call is performed once per frame

Private Methods

Method Description
ILayer ( ) : System

Method Details

Draw() public abstract method

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

Evaluate() public method

public Evaluate ( int SpreadMax ) : void
SpreadMax int
return void

Update() protected method

This update call is performed once per frame
protected Update ( ) : void
return void

Property Details

SpreadMax protected_oe property

protected int SpreadMax
return int