Méthode | Description | |
---|---|---|
Begin ( Matrix projection, Matrix view ) : void | ||
Dispose ( ) : void | ||
DrawLine ( Vector2 v1, Vector2 v2 ) : void | ||
DrawLine ( Vector2 v1, Vector2 v2, Color color ) : void | ||
DrawLineShape ( |
||
DrawLineShape ( |
||
DrawVertices ( Vertices verts ) : void | ||
DrawVertices ( Vertices verts, Color color ) : void | ||
End ( ) : void | ||
LineBatch ( GraphicsDevice graphicsDevice ) : System | ||
LineBatch ( GraphicsDevice graphicsDevice, int bufferSize ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Flush ( ) : void |
public Begin ( Matrix projection, Matrix view ) : void | ||
projection | Matrix | |
view | Matrix | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public DrawLine ( Vector2 v1, Vector2 v2 ) : void | ||
v1 | Vector2 | |
v2 | Vector2 | |
Résultat | void |
public DrawLine ( Vector2 v1, Vector2 v2, Color color ) : void | ||
v1 | Vector2 | |
v2 | Vector2 | |
color | Color | |
Résultat | void |
public DrawLineShape ( |
||
shape | ||
Résultat | void |
public DrawLineShape ( |
||
shape | ||
color | Color | |
Résultat | void |
public DrawVertices ( Vertices verts ) : void | ||
verts | Vertices | |
Résultat | void |
public DrawVertices ( Vertices verts, Color color ) : void | ||
verts | Vertices | |
color | Color | |
Résultat | void |
public LineBatch ( GraphicsDevice graphicsDevice ) : System | ||
graphicsDevice | GraphicsDevice | |
Résultat | System |
public LineBatch ( GraphicsDevice graphicsDevice, int bufferSize ) : System | ||
graphicsDevice | GraphicsDevice | |
bufferSize | int | |
Résultat | System |