# 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.
