# Sandbox.PolygonMesh.SetFaceTextureParameters

```csharp
void SetFaceTextureParameters(FaceHandle hFace, Vector4 axisU, Vector4 axisV, Vector2 scale)
```

### Parameters

- `hFace` (`FaceHandle`)
- `axisU` (`Vector4`)
- `axisV` (`Vector4`)
- `scale` (`Vector2`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
