C# Class MilkShakeFramework.Core.Game.Components.Polygon.Render.TexturedPolygonRenderer

Inheritance: PolygonRenderer
Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
Draw ( ) : void
GenerateRenderer ( Vector2 _verticies, short _indices ) : void
Load ( LoadManager content ) : void
TexturedPolygonRenderer ( string assetURL, float scale = 1f ) : System
Update ( GameTime gameTime ) : void

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

Load() public méthode

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
Résultat void

TexturedPolygonRenderer() public méthode

public TexturedPolygonRenderer ( string assetURL, float scale = 1f ) : System
assetURL string
scale float
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void