C# Class NormalMapPlus.NormalMapPlus

Inheritance: PropertyBasedEffect
Datei anzeigen Open project: simonbrown/NormalMapPlus

Public Methods

Method Description
NormalMapPlus ( ) : System

Protected Methods

Method Description
OnCreatePropertyCollection ( ) : PropertyCollection
OnRender ( Rectangle renderRects, int startIndex, int length ) : void

Method Details

NormalMapPlus() public method

public NormalMapPlus ( ) : System
return System

OnCreatePropertyCollection() protected method

protected OnCreatePropertyCollection ( ) : PropertyCollection
return PropertyCollection

OnRender() protected method

protected OnRender ( Rectangle renderRects, int startIndex, int length ) : void
renderRects System.Drawing.Rectangle
startIndex int
length int
return void