C# Class SmartboyDevelopments.Haxxit.MonoGame.DrawablePrimitive

Class for drawing primitives, taken then modified from http://stackoverflow.com/questions/13893959/how-to-draw-the-border-of-a-square
Afficher le fichier Open project: smartboyathome/Haxxit

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sprite_batch ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
DrawablePrimitive ( Microsoft.Xna.Framework.Graphics.Texture2D white_pixel ) : System

Method Details

Draw() public abstract méthode

public abstract Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawablePrimitive() protected méthode

protected DrawablePrimitive ( Microsoft.Xna.Framework.Graphics.Texture2D white_pixel ) : System
white_pixel Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void