# Position

**Declarations**

```csharp
public static RequestParameterOption Position(Vector3 positionVector)
```

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

**Parameters**

| positionVector | Position vector apply to object transform.        |
| -------------- | ------------------------------------------------- |
| x, y, z        | x, y and z position to apply to object transform. |

#### Description

Multiply the default or defined scale value by this value.
