# GetPerimeterProjected(Vector2)

> Get the length of the perimeter of the shape projected onto the specified axis.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public float GetPerimeterProjected(Vector2 axis)
```

### Parameters

**** (\[Vector2]\(/engine/6000.3/script-reference/unityengine/vector2)): The axis to project the perimeter of the shape.

### Returns

| Type                                                          | Description                                                                 |
| ------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | The length of the perimeter of the shape projected onto the specified axis. |
