# PhysicsShape.ShapeArray

> Fixed vertex shape array.

## Definition

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

```csharp
public struct PhysicsShape.ShapeArray
```

## Properties

| Property                                                                                                    | Description                   |
| ----------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [this\[\]](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/item.md)   | Accessor for the shape array. |
| [vertex0](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex0.md) | Vertex #0.                    |
| [vertex1](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex1.md) | Vertex #1.                    |
| [vertex2](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex2.md) | Vertex #2.                    |
| [vertex3](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex3.md) | Vertex #3.                    |
| [vertex4](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex4.md) | Vertex #4.                    |
| [vertex5](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex5.md) | Vertex #5.                    |
| [vertex6](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex6.md) | Vertex #6.                    |
| [vertex7](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/vertex7.md) | Vertex #7.                    |

## Methods

| Method                                                                                                    | Description                    |
| --------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [AsSpan](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/shapearray/asspan.md) | Get the shape array as a span. |
