Enum FalloffType
Falloff curve type for mesh deformation.
Namespace: NWH.VehiclePhysics2.Damage
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum FalloffType
Fields
| Name | Description |
|---|---|
| Exponential | Exponential falloff with very sharp edges. |
| Linear | Uniform linear falloff from center to edge. |
| Smoothstep | S-curve falloff with sharp edges and soft center (recommended). |