C# Class MilkShakeFramework.Core.Game.Components.Polygon.PolygonRenderer

Inheritance: GameEntity
Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
GenerateRenderer ( Vector2 _verticies, short _indices ) : void

Private Methods

Méthode Description
GetProjectionMatrix ( ) : Matrix
GetViewMatrix ( ) : Matrix

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

GenerateRenderer() public méthode

public GenerateRenderer ( Vector2 _verticies, short _indices ) : void
_verticies Vector2
_indices short
Résultat void