C# Class FireflyGL.ColoredShape

Inheritance: Shape
Show file Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
ColoredShape ( ) : System.Collections.Generic
ColoredShape ( string Path ) : System.Collections.Generic
Render ( ) : void
SetPolygons ( ) : void

Private Methods

Method Description
diableVertexArrays ( ) : void
drawFillBuffer ( ) : void
drawOutlineBuffer ( ) : void
enableVertexAttribArrays ( ) : void
loadUniforms ( ) : void

Method Details

ColoredShape() public method

public ColoredShape ( ) : System.Collections.Generic
return System.Collections.Generic

ColoredShape() public method

public ColoredShape ( string Path ) : System.Collections.Generic
Path string
return System.Collections.Generic

Render() public method

public Render ( ) : void
return void

SetPolygons() public method

public SetPolygons ( ) : void
return void