Loading...
Searching...
No Matches
sfVertex Struct Reference
Define a point with color and texture coordinates. More...
#include <SFML/Graphics/Vertex.h>
Public Attributes | |
sfVector2f | position |
Position of the vertex. | |
sfColor | color |
Color of the vertex. | |
sfVector2f | texCoords |
Coordinates of the texture's pixel to map to the vertex. | |
Detailed Description
Member Data Documentation
◆ color
◆ position
sfVector2f sfVertex::position |
◆ texCoords
sfVector2f sfVertex::texCoords |
The documentation for this struct was generated from the following file: