SFML.Net
Vertex Constructor |

Name | Description | |
---|---|---|
![]() |
Vertex(Vector2f) |
Construct the vertex from its position
The vertex color is white and texture coordinates are (0, 0).
|
![]() |
Vertex(Vector2f, Color) |
Construct the vertex from its position and color
The texture coordinates are (0, 0).
|
![]() |
Vertex(Vector2f, Vector2f) |
Construct the vertex from its position and texture coordinates
The vertex color is white.
|
![]() |
Vertex(Vector2f, Color, Vector2f) |
Construct the vertex from its position, color and texture coordinates
|
