C# Class FireflyGL.ColoredShape

Inheritance: Shape
Afficher le fichier Open project: LukaHorvat/Kento Class Usage Examples

Méthodes publiques

Méthode Description
ColoredShape ( ) : System.Collections.Generic
ColoredShape ( string Path ) : System.Collections.Generic
Render ( ) : void
SetPolygons ( ) : void

Private Methods

Méthode Description
diableVertexArrays ( ) : void
drawFillBuffer ( ) : void
drawOutlineBuffer ( ) : void
enableVertexAttribArrays ( ) : void
loadUniforms ( ) : void

Method Details

ColoredShape() public méthode

public ColoredShape ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ColoredShape() public méthode

public ColoredShape ( string Path ) : System.Collections.Generic
Path string
Résultat System.Collections.Generic

Render() public méthode

public Render ( ) : void
Résultat void

SetPolygons() public méthode

public SetPolygons ( ) : void
Résultat void