# Sandbox.PolygonMesh.SetFaceTextureCoords

```csharp
void SetFaceTextureCoords(FaceHandle hFace, IReadOnlyList<Vector2> texcoords)
```

### Parameters

- `hFace` (`FaceHandle`)
- `texcoords` (`IReadOnlyList<Vector2>`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
