khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class Diagram class AdjustPostion #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
class AdjustPosition

variables : 

User[] user;
Color[] userColor;
int gameID;
Button button;
SpriteFont font;
DepthBar depthBar;
AngleBar angleBar;
Texture2D background;

properties :

bool Accepted;

methods :

void Draw(GameTime gameTime)
void LoadContent()
string Command(int id)
void Update(GameTime gameTime)

contructor :

AdjustPosition(User user, int minDepth, int maxDepth, int minAngle, int 
maxAngle, int gameID)
AdjustPosition(User user1, User user2, int minDepth, int maxDepth, int 
minAngle, int maxAngle, int gameID)

Original issue reported on code.google.com by 3abdelazim on 24 May 2012 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 5:11