Vertex.TexCoords Field

SFML.Net

VertexTexCoords Field
Coordinates of the texture's pixel to map to the vertex

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Vector2f TexCoords
Public TexCoords As Vector2f
public:
Vector2f TexCoords
val mutable TexCoords: Vector2f

Field Value

Type: Vector2f
See Also