> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/requestparameter/scale.md).

# Scale

**Declarations**

```csharp
public static RequestParameterOption Scale(Vector3 scaleVector)
```

```csharp
public static RequestParameterOption Scale(int x, int y, int z)
```

**Parameters**

| scaleVector | Vector scale applied to transform.                              |
| ----------- | --------------------------------------------------------------- |
| x, y, z     | Scale in the X, Y and Z axis that will be applied to transform. |

#### Description

Set scale of object transform.
