PhysicsWorld.DrawFillOptions
Controls how shape geometry is filled when drawing.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
[Flags]public enum PhysicsWorld.DrawFillOptions
Fields
Value | Description |
|---|---|
| All | A combination drawn of: |
| Interior | The interior of the area is drawn. |
| Orientation | The orientation of the area is drawn (if applicable). This is only drawn if the Outline is drawn. |
| Outline | The outline of the area is drawn. |