# PhysicsWorld.DrawFillOptions

> Controls how shape geometry is filled when drawing.

## Definition

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

```csharp
[Flags]
public enum PhysicsWorld.DrawFillOptions
```

## Fields

| Value                                                                                                        | Description                                                                                       |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| [All](/engine/6000.7/script-reference/unity/u2d/physics/physicsworld/drawfilloptions/all.md)                 | A combination drawn of:                                                                           |
| [Interior](/engine/6000.7/script-reference/unity/u2d/physics/physicsworld/drawfilloptions/interior.md)       | The interior of the area is drawn.                                                                |
| [Orientation](/engine/6000.7/script-reference/unity/u2d/physics/physicsworld/drawfilloptions/orientation.md) | The orientation of the area is drawn (if applicable). This is only drawn if the Outline is drawn. |
| [Outline](/engine/6000.7/script-reference/unity/u2d/physics/physicsworld/drawfilloptions/outline.md)         | The outline of the area is drawn.                                                                 |
