# ShapeControlPoint

> Data that describes the important points of the shape.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.U2D](/engine/6000.6/script-reference/unityengine/u2d.md)
* **Assembly:** UnityEngine.SpriteShapeModule

```csharp
public struct ShapeControlPoint
```

## Fields

| Value                                                                                             | Description                                                                   |
| ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [leftTangent](/engine/6000.6/script-reference/unityengine/u2d/shapecontrolpoint/lefttangent.md)   | The position of the left tangent in local space.                              |
| [mode](/engine/6000.6/script-reference/unityengine/u2d/shapecontrolpoint/mode.md)                 | The various modes of the tangent handles. They could be continuous or broken. |
| [position](/engine/6000.6/script-reference/unityengine/u2d/shapecontrolpoint/position.md)         | The position of this point in the object's local space.                       |
| [rightTangent](/engine/6000.6/script-reference/unityengine/u2d/shapecontrolpoint/righttangent.md) | The position of the right tangent point in the local space.                   |
