> 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/clampdatabasescale.md).

# ClampDatabaseScale

#### Declarations

```csharp
public static RequestParameterOption ClampDatabaseScale(Vector3 upperBound)
```

```csharp
public static RequestParameterOption ClampDatabaseScale(Vector3 lowerBound, Vector3 upperBound)
```

#### Parameters

| **lowerBound** | The lower bound of object scale. |
| -------------- | -------------------------------- |
| **upperBound** | The upper bound of object scale. |

#### Description

Clamp database scale between given values.
