# Sandbox.PolygonMesh.SetTextureCoord

```csharp
void SetTextureCoord(HalfEdgeHandle faceVertex, Vector2 texcoord)
```

Set face vertex texture coord

### Parameters

- `faceVertex` (`HalfEdgeHandle`)
- `texcoord` (`Vector2`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
