C# Class VoidRadar.Tools.LineDrawer

Afficher le fichier Open project: andrewmunro/Void Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Vector2 positionOne, Vector2 positionTwo ) : void
Draw ( Vector2 positionOne, Vector2 positionTwo, Color color ) : void
LineDrawer ( ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, SpriteBatch sBatch ) : void

Method Details

Draw() public méthode

public Draw ( Vector2 positionOne, Vector2 positionTwo ) : void
positionOne Vector2
positionTwo Vector2
Résultat void

Draw() public méthode

public Draw ( Vector2 positionOne, Vector2 positionTwo, Color color ) : void
positionOne Vector2
positionTwo Vector2
color Color
Résultat void

LineDrawer() public méthode

public LineDrawer ( ) : System
Résultat System

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, SpriteBatch sBatch ) : void
content Microsoft.Xna.Framework.Content.ContentManager
sBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void