# Sandbox.PhysicsShape.UpdatePlane

```csharp
void UpdatePlane(Vector3 center, Rotation rotation, Vector2 size)
```

Update a plane shape's center, rotation and size.

### Parameters

- `center` (`Vector3`)
- `rotation` (`Rotation`)
- `size` (`Vector2`)

Declared in [Sandbox.PhysicsShape](/api/Sandbox.PhysicsShape).
Assembly: `Sandbox.Engine`.
