C# Class Ballz.GameSession.World.Terrain.Edge

ファイルを表示 Open project: SpagAachen/Ballz

Public Properties

Property Type Description
A Vector2
AX int
B Vector2
B0 Border
BX int

Public Methods

Method Description
Edge ( int ax, int ay, int bx, int by ) : Microsoft.Xna.Framework
Edge ( int ax, int ay, int bx, int by, Vector2 a, Vector2 b ) : Microsoft.Xna.Framework

Method Details

Edge() public method

public Edge ( int ax, int ay, int bx, int by ) : Microsoft.Xna.Framework
ax int
ay int
bx int
by int
return Microsoft.Xna.Framework

Edge() public method

public Edge ( int ax, int ay, int bx, int by, Vector2 a, Vector2 b ) : Microsoft.Xna.Framework
ax int
ay int
bx int
by int
a Vector2
b Vector2
return Microsoft.Xna.Framework

Property Details

A public_oe property

public Vector2 A
return Vector2

AX public_oe property

public int AX
return int

B public_oe property

public Vector2 B
return Vector2

B0 public_oe property

public Border B0
return Border

BX public_oe property

public int BX
return int