C# Class Platformer, Tilengine

Inheritance: MonoBehaviour
Show file Open project: megamarc/Tilengine Class Usage Examples

Private Methods

Method Description
DoRasterEffects ( int line ) : void
DrawFrame ( int frame ) : void
InterpolateColor ( int v, int v1, int v2, Color color1, Color color2 ) : Color
LoadLayer ( Layer, layer, string name ) : void
Main ( string args ) : int
lerp ( int x, int x0, int x1, int fx0, int fx1 ) : int