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

Inheritance: GameEntity
Mostrar archivo Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
GenerateRenderer ( Vector2 _verticies, short _indices ) : void

Private Methods

Method Description
GetProjectionMatrix ( ) : Matrix
GetViewMatrix ( ) : Matrix

Method Details

Draw() public method

public Draw ( ) : void
return void

GenerateRenderer() public method

public GenerateRenderer ( Vector2 _verticies, short _indices ) : void
_verticies Vector2
_indices short
return void