CapsuleDirection2D
The direction that the capsule sides can extend.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public enum CapsuleDirection2D
Fields
Value | Description |
|---|---|
| Horizontal | The capsule sides extend horizontally. |
| Vertical | The capsule sides extend vertically. |