# PhysicsWorld.DrawResults.CircleGeometryElement

> A Circle Geometry Element.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.U2D.Physics](/engine/6000.5/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public readonly struct PhysicsWorld.DrawResults.CircleGeometryElement
```

## Fields

| Value                                                                                                                                 | Description                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [color](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/color.md)                     | The color of the circle element.                                                                                                                                          |
| [drawFillOptions](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/drawfilloptions.md) | How the geometry element is filled with the color. See [PhysicsWorld.DrawFillOptions](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawfilloptions.md). |
| [elementDepth](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/elementdepth.md)       | The depth of the element.                                                                                                                                                 |
| [radius](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/radius.md)                   | The radius of the circle element.                                                                                                                                         |
| [transform](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/transform.md)             | The transform of the circle element.                                                                                                                                      |

## Static Methods

| Method                                                                                                          | Description                                                                                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Size](/engine/6000.5/script-reference/unity/u2d/physics/physicsworld/drawresultscirclegeometryelement/size.md) | The data size of the circle element. This can be useful in understanding the memory stride in a [ComputeBuffer](/engine/6000.5/script-reference/unityengine/computebuffer.md) or other structure. |
