C# Class VoidRadar.Tools.LineDrawer

ファイルを表示 Open project: andrewmunro/Void Class Usage Examples

Public Methods

Method 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 method

public Draw ( Vector2 positionOne, Vector2 positionTwo ) : void
positionOne Vector2
positionTwo Vector2
return void

Draw() public method

public Draw ( Vector2 positionOne, Vector2 positionTwo, Color color ) : void
positionOne Vector2
positionTwo Vector2
color Color
return void

LineDrawer() public method

public LineDrawer ( ) : System
return System

LoadContent() public method

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