Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddPoint ( float x1, float y1 ) : void |
The add point.
|
|
Draw ( Vector2 transform ) : void |
The draw.
|
|
TrianglesStrip ( GraphicsDevice device, PrimitiveBatch primitiveBatch ) : System |
Initializes a new instance of the TrianglesStrip class.
|
public AddPoint ( float x1, float y1 ) : void | ||
x1 | float | The x 1. |
y1 | float | The y 1. |
Résultat | void |
public Draw ( Vector2 transform ) : void | ||
transform | Vector2 | The transform. |
Résultat | void |
public TrianglesStrip ( GraphicsDevice device, PrimitiveBatch primitiveBatch ) : System | ||
device | GraphicsDevice | The device. |
primitiveBatch | PrimitiveBatch | The primitive batch. |
Résultat | System |