EffectorForceMode2D
The mode used to apply Effector2D forces.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public enum EffectorForceMode2D
Fields
Value | Description |
|---|---|
| Constant | The force is applied at a constant rate. |
| InverseLinear | The force is applied inverse-linear relative to a point. |
| InverseSquared | The force is applied inverse-squared relative to a point. |